0.0.7 • Published 2 years ago
@mailstep-design-system/checkbox v0.0.7
Checkbox
| Name | Type | Default |
|---|---|---|
| name | string | |
| label | string / JSX.Element | |
| onChange | (event: ChangeEvent) => void | |
| checked | boolean | |
| defaultChecked | boolean | |
| disabled | boolean | |
| color | string | |
| unsetColor | string | |
| size | number | 4 |
| inputRef | RefObject | |
| readOnly | boolean | |
| minusIcon | boolean | false |