Checkbox
A control that toggles between two options, checked or unchecked.
Default
Default size is medium
Indeterminate
Disabled
Error
API Reference
Checkbox
React.ComponentPropsWithRef<div>Prop | Type | Default |
---|---|---|
size | sm | md | lg | md |
disabled | boolean | false |
checked | boolean | indeterminate | false |
error | boolean | false |