| Name | Description | Default | Control |
|---|---|---|---|
| label | Label of Checkbox | - | |
| inputSize | Size of Checkbox | "medium" | |
| checkboxColor | Color of Checkbox | "primary" | |
| disabled | Disabled status of Checkbox | false | falsetrue |
| checked * | Checked status of Checkbox | - | - |
| wrapperClassName * | Wrapper class | - | - |
| labelClassName * | Label class | - | - |
| onChangeChecked * | Change checked status event(checked: boolean) => void | - | - |