Checkbox
1.0.0Accessible Checkbox primitive adapted from shadcn/ui.
npx jabkit add checkboxComponent Data
- ID
- checkbox
- Category
- atoms
- Version
- 1.0.0
- Added
- 2026-08-30
- Type
- component
- Keyboard nav
- Yes
- Reduced motion
- Yes
checkboxprimitiveaccessible
Dependencies
- clsx
- tailwind-merge
Examples
Default
<div className="dark bg-background p-6">
<Checkbox />
</div>