Checkbox

This component is an implementation of a custom html checkbox

Kind

Possible values primary, secondary, tertiary


Label


Text Color


Text Size


Disabled


Size


Check Size


Check Color


Border Color


Hover Color


Border Radius


Error


Checkbox Props

NameTypeDefaultDescription
idstringID of the element
valuestring | numberValue of the option
namestringName of the option
labelstringDescription of the option
errorstringError color of the component
disabledbooleanfalseSet input to disabled mode
kindprimary | secondary | tertiaryprimarySet defined styles of the component
sizesmall | medium | largemediumInput and text size of the component
checkColorstringSet check color to the one specified in this option
checkSizestringSet check size to the one specified in this option
hoverColorstringSet hover color to the one specified in this option
borderColorstringSet input border color to the one specified in this option
textColorstringSet text label color to the one specified in this option
textColorstringSet label size to the one specified in this option
borderRadiusstringSet input border radius to the one specified in this option