[WC-3223]: Rename Checkbox Radio Selector widget to Option Selector - #2403
Open
rahmanunver wants to merge 2 commits into
Open
[WC-3223]: Rename Checkbox Radio Selector widget to Option Selector#2403rahmanunver wants to merge 2 commits into
rahmanunver wants to merge 2 commits into
Conversation
Renames the user-facing name only: XML <name>, marketplace appName, package description, editor placeholders, README. Adds a toolbox description that keeps mentioning checkbox and radio button for discoverability. Widget ID, widgetName, mpk name, npm package, folder and CSS classes are unchanged, so existing app configurations keep working.
Contributor
AI Code Review
What was reviewed
Skipped (out of scope): CI check output not retrievable in this environment; PR description reports build 7/7 and unit tests 8/8 passing. Positives
|
gjulivan
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes WC-3223.
Renamed
<name>)appName)package.jsondescription, README, editor dropzones, design-time fallback captions, read-only style description<description>was empty and is now filled in — it mentions checkbox and radio button so toolbox and Marketplace search still find the widget.CHANGELOG.mdgets an[Unreleased] → Changedentry. No version bump.Unchanged (keeps existing apps working)
Widget ID,
package.xml,widgetName, mpk name, npm package name, folder, generated typings, and thewidget-checkbox-radio-selection*CSS classes.Verified: all 34 property keys and 141 XML attribute tokens are identical to
main,git diff typings/is empty, the runtime bundle contains no renamed strings, and the MPK filename plus every internal path are unchanged — so an upgrade is a drop-in replacement.Note: widgets dropped in Studio Pro after this ships get auto-names like
optionSelector1; existing instances keep theirs, so current e2e locators still match.Build 7/7, unit tests 8/8.