Deprecation Notice
Deprecated Component
CheckboxGroup is deprecated and will be removed in a future version.
Use ControlGroup with role="group" instead for better accessibility, consistency, and maintainability.
Migration Guide
✅ Recommended: Using ControlGroup
The new recommended approach provides better accessibility, cleaner API, and consistent behavior across the design system.
Migration Steps
-
Replace CheckboxGroup with ControlGroup:
-
Update state management:
-
Update onChange handler:
Legacy Usage (Deprecated)
Legacy Example
The following examples show the deprecated CheckboxGroup usage. Do not use this in new code. Use ControlGroup instead.