| name | description | type | default |
|---|
| value | The value of the Checkbox. If true the switch will be turned on. Default value is false. | bool | |
| onValueChange | Invoked with the new value when the value changes. | func | |
| disabled | Whether the checkbox should be disabled | bool | |
| color | The Checkbox color | string | |
| size | The size of the checkbox. affect both width and height | number | |
| borderRadius | The Checkbox border radius | number | |
| selectedIcon | The icon asset to use for the selected indication (accept only local assets) | number | |
| iconColor | The selected icon color | string | |