Skip to content
Primitives

Checkbox

An accessible checkbox with label, indeterminate state, and error display.

Preview:
1280px

Props

PropTypeDefaultDescription
checkedbooleanfalseControlled checked state.
onChange(checked: boolean) => void-Fired when the checkbox is toggled.
labelstring-Label text shown beside the checkbox.
indeterminatebooleanfalseShows the indeterminate dash state.
disabledbooleanfalseDisables interaction.