Checkbox
View in FigmaA control that allows users to select one or more items from a set of options.
FormsImport
import { Checkbox } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| size | "sm" | "md" | "lg" | "md" | Checkbox dimensions. |
| checked | boolean | — | Controlled checked state. |
| indeterminate | boolean | — | Shows a mixed/partial check state. |
| label | string | — | Label text next to the checkbox. |