Checkbox Group
Provides shared state to a series of checkboxes, so a whole set can be driven by one value array.
$
Registry itembunx shadcn@latest add @nx-ui/checkbox-groupInstalls withutils
Controlled with select-all
Control the group with `value`/`onValueChange` and drive it from a parent checkbox — `indeterminate` while only some of the set is ticked.
API reference
Exported parts and their props, extracted from the component source.
…extends CheckboxGroupPrimitive.Props