| Property | Type | Description |
|---|---|---|
label | string | |
autoFocus? | boolean | |
checked? | boolean | Programatically check the box. |
defaultChecked? | boolean | |
disabled? | boolean | Display as disabled. |
error? | boolean | |
id? | string | |
name? | string | |
onBlur? | React.FormEventHandler | |
onChange? | React.FormEventHandler | |
onFocus? | React.FormEventHandler | |
refDelegate? | | |
required? | boolean | |
tabIndex? | number | |
value? | string |