Checkbox

Form choice control with a draw-on checkmark, spring press feedback and indeterminate state support.

Preview

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/checkbox

API Reference

checked
boolean
onCheckedChange
(checked: boolean) => void
disabled?
boolean
indeterminate?
boolean
label?
string
className?
string
id?
string
aria-label?
string
aria-describedby?
string

Associates an external message (e.g. a form error) with the control.

Updated