if ( this.type === 'radio' ) {
            this.group = this.createRadioGroup( [ 'mwe-upwiz-deed-license-group-body' ] );
            this.group.connect( this, { choose: [ 'emit', 'change', this ] } );
        } else if ( this.type === 'checkbox' ) {
            this.group = this.createCheckboxGroup( [ 'mwe-upwiz-deed-license-group-body' ] );