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

requiredMark
boolean
false

Whether to show requiredMark

since

11.25.0

style
CSSProperties
false

Additional CSS styles

tooltip
any
false
since

11.25.0

checked

disabled

indeterminate

error