InputRadio
Radio buttons enable selection of a single option from a group, ensuring that only one choice is made. They are commonly used in forms for selecting options like gender, age groups, or payment methods. Radio buttons are simple and intuitive, making them a staple for binary or exclusive choice scenarios.
Examples
Various examples showcasing different configurations of the component
Examples
Description
Property
Value
Label
Label
Hint
Description
Options
[{"label":"Option 1","value":"OPTION_1"},{"label":"Option 2","value":"OPTION_2"}]
Value
OPTION_1
Descriptors
Description
Helper text
Property
Value
Label
Label
Hint
Description
Guideline
Helper text
Guideline icon
Info
Options
[{"label":"Option 1","value":"OPTION_1"},{"label":"Option 2","value":"OPTION_2"}]
Horizontal
Description
Property
Value
Label
Label
Hint
Description
Options
[{"label":"Option 1","value":"OPTION_1"},{"label":"Option 2","value":"OPTION_2"}]
Value
OPTION_1
Options alignment
HORIZONTAL
Icons
Description
Property
Value
Label
Label
Hint
Description
Options
[{"label":"Option 1","value":"OPTION_1","prefixIcon":"Info"},{"label":"Option 2","value":"OPTION_2","prefixIcon":"Search"}]
Size
MEDIUM
Properties
Each component can be customized and configured based on product requirements. You can modify the component on Canonic by clicking on the component and opening the configuration panel.
Header Properties
Property
Description
Default Value
Type
Label
Label for the input.
String
Tooltip
Tooltip to be displayed.
String
Description
Hint text to be displayed.
String
Input Properties
Property
Description
Default Value
Type
Size
The size of the input.
Large
String
Default Value
Default value for the input.
String
Options Alignment
Whether the radio buttons are displayed horizontally or vertically.
String
Footer Properties
Property
Description
Default Value
Type
Guideline
Guideline text to be displayed.
String
Guideline icon
Icon for the guideline.
Icon
Misc Properties
Property
Description
Default Value
Type
Error
Error message to be displayed.
String
Disabled
Whether the input is disabled.
Bool
Validation Properties
Property
Description
Default Value
Type
Required
Whether the input is required.
Bool
Validate on
When to validate the input.
Change
String
Validations
An array of validations to apply to the input.
[]
Array validations
Configuration Properties
Property
Description
Default Value
Type
Options
An array of options for the radio group.
Array
Triggers
Components expose certain events such as clicking. You can use these events to perform actions such as navigation, fetching data and controlling other components. The events exposed by this component are listed below.
Property
Description
On focus
Function to be called when the input is focused.
On blur
Function to be called when the input loses focus.
On change
Function to be called when the input changes.
Did you find what you were looking for?
👍
👎
What went wrong?
Need more help?We have a thriving Discordcommunity that can help you with all things Canonic. →