Name | Type | Required | Default | Description |
---|---|---|---|---|
checked | boolean | false | ||
children | ReactNode | false | The contents of the checkbox label | |
className | string | false | Additional classNames | |
disabled | boolean | false | Disabled state of the checkbox | |
error | boolean | false | Error state of the checkbox | |
indeterminate | boolean | false | Indeterminate state of the checkbox | |
style | CSSProperties | false | Additional CSS styles |
Checked state of the checkbox
10.19.0