pnpm dlx shadcn@latest add @saturation/checkboximport { Checkbox } from "@/components/ui/checkbox"<Checkbox />| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | 'indeterminate' | — | The controlled checked state. |
defaultChecked | boolean | — | The default checked state. |
onCheckedChange | (checked: boolean) => void | — | Event handler for state changes. |
disabled | boolean | false | Disables the checkbox. |
You agree to our Terms of Service and Privacy Policy.