Radio

This component is an implementation of a custom html radio button

Default


Custom Title


Vertical


Error


Disabled


Kind


Sizes


No label


Dot color


Dot size

It is recommended that the size of the dot be even


Dot hover


Border color


Text color


RadioGroup Props

NameTypeDefaultDescription
namestringDefine a group of options
titlestringOption group title
directionvertical | horizontalhorizontalSet options in the direction you want

Radio Props

NameTypeDefaultDescription
idstringID of the element
valuestring | numberValue of the option
labelstring | ReactNodeDescription of the option
errorstringError texts of the component
disabledbooleanfalseSet input to disabled mode
kindprimary | secondary | tertiaryprimarySet defined styles of the component
sizessmall | mediummediumInput and text size of the component
dotColorstringSet dot color to the one specified in this option
dotSizestringSet dot size to the one specified in this option
dotHoverstringSet dot 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