Checkbox component props| Name | Type | Usage |
|---|---|---|
.. | All div element props | |
label | string | |
checked | boolean | |
onChange | function | |
disabled | boolean |
Checkboxes component props| Name | Type | Usage |
|---|---|---|
.. | All div element props | |
options | array | Array of objects of key & label |
checked | array | Array of selected options keys |
onChange | function | |
disabled | boolean |