Form components
Checkbox list
Multiple toggles rendered inline, with optional "select all".
Stores value[]. Use it when all options should be visible at once (versus a
multi-select dropdown).
Preview
Live
Options
| Prop | Type | Default | Description |
|---|---|---|---|
| options* | Option[] | — | The list of toggles. |
| vertical | boolean | — | Stack options vertically. |
| showSelectAll | boolean | — | Show a "select all" toggle. |
| selectAllLabel | string | — | Custom label for the select-all toggle. |
Validators
Array validators: required, minLength, maxLength, and custom.