Card-style multi-select component. Each card acts as a checkbox, making selections visually prominent.
Import all parts of the component and piece them together
The root CheckboxCards component.
| Prop | Type | Default |
|---|---|---|
value | string[] | [] |
defaultValue | string[] | [] |
onValueChange | function | -- |