Multi Select Chips Checkbox
A production-scale, light + dark Multi Select Chips Checkbox component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add multi-select-chips-checkboxUsage
import { MultiSelectChipsCheckbox } from "@lerpa/ui";
<MultiSelectChipsCheckbox />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| options | MultiSelectOption[] | — | |
| defaultSelected | string[] | — | |
| label | string | — | |
| placeholder | string | — | |
| accent | string | — | |
| onChange | (selected: string[]) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.