JJabKit
Theme preference

Checkbox

1.0.0

Accessible Checkbox primitive adapted from shadcn/ui.

npx jabkit add checkbox

Component 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>