This component is an implementation of a custom html radio button
It is recommended that the size of the dot be even
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | Define a group of options | |
| title | string | Option group title | |
| direction | vertical | horizontal | horizontal | Set options in the direction you want |
| Name | Type | Default | Description |
|---|---|---|---|
| id | string | ID of the element | |
| value | string | number | Value of the option | |
| label | string | ReactNode | Description of the option | |
| error | string | Error texts of the component | |
| disabled | boolean | false | Set input to disabled mode |
| kind | primary | secondary | tertiary | primary | Set defined styles of the component |
| sizes | small | medium | medium | Input and text size of the component |
| dotColor | string | Set dot color to the one specified in this option | |
| dotSize | string | Set dot size to the one specified in this option | |
| dotHover | string | Set dot 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 |