Checkbox Group
Group multiple checkboxes together with a unified state.
Usage
A coordinated group of checkboxes using v-model as an array.
Selected: vue
CheckboxGroup API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
modelValue | Array | [] | Array of selected values. |
options | Array | [] | Array of { label, value, disabled? } objects. |