Checkbox

Buttons

An accessible animated checkbox with spring check-mark animation, error state, label support, and keyboard interaction.

Loading preview...
Customize
Checked
Label
Disabled
Error

Props

PropTypeDefaultDescription
checkedbooleanfalseWhether the checkbox is checked.
onChange(checked: boolean) => voidundefinedCallback when the checkbox is toggled.
labelstringundefinedLabel text displayed next to the checkbox.
disabledbooleanfalseDisables the checkbox.
errorstringundefinedError message displayed below the checkbox.
classNamestring''Additional CSS classes.