Groups multiple checkboxes together with shared state management. Each item has a Trigger, Indicator, and Label.
Import all parts of the component and piece them together
The root CheckboxGroup component.
| Prop | Type | Default |
|---|---|---|
value | string[] | [] |
defaultValue | string[] | [] |
onValueChange | function | -- |