This component is an implementation of a custom html checkbox
Possible values primary, secondary, tertiary
| Name | Type | Default | Description |
|---|---|---|---|
| id | string | ID of the element | |
| value | string | number | Value of the option | |
| name | string | Name of the option | |
| label | string | Description of the option | |
| error | string | Error color of the component | |
| disabled | boolean | false | Set input to disabled mode |
| kind | primary | secondary | tertiary | primary | Set defined styles of the component |
| size | small | medium | large | medium | Input and text size of the component |
| checkColor | string | Set check color to the one specified in this option | |
| checkSize | string | Set check size to the one specified in this option | |
| hoverColor | string | Set hover color to the one specified in this option | |
| borderColor | string | Set input border color to the one specified in this option | |
| textColor | string | Set text label color to the one specified in this option | |
| textColor | string | Set label size to the one specified in this option | |
| borderRadius | string | Set input border radius to the one specified in this option |