Usage

Props

NameTypeRequiredDefaultDescription
checked
boolean
false

Checked state of the checkbox

since

10.19.0

children
ReactNode
false

The contents of the checkbox label

since

10.19.0

className
string
false

Additional classNames

since

10.19.0

disabled
boolean
false

Disabled state of the checkbox

since

10.19.0

error
boolean
false

Error state of the checkbox

since

10.19.0

indeterminate
boolean
false

Indeterminate state of the checkbox

since

10.19.0

style
CSSProperties
false

Additional CSS styles

checked

disabled

indeterminate

error