Checkbox
Soft bed when ticked; the check path draws itself. Indeterminate grows a dash from the center.
Draw
draw a card
$npx shadcn@latest add @clow/checkboxFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<Checkbox />Examples
basic
indeterminate
Props
| prop | type | default |
|---|---|---|
| disabled | boolean | false |

