components
/components/ui/checkbox.tsx
/components/ui/checkbox.tsx
Installation
Usage
Imports
import { Checkbox } from "@/components/ui/checkbox"Code
<Checkbox />Examples
Size
Checked
Disabled
Indeterminate
Checkbox Group
Custom Checkbox
Form
Props
<Checkbox>
| Name | Default | Values |
|---|---|---|
| size | md | smmdlg |
| icon | <Check/> | ReactNode |
| External Reference | - | - |