Form Radio
Overview
When to use
The radio button can be used if there is a list of two or more options that are mutually exclusive, the user has to compare all available options and must select exactly one of them.
When to consider an alternative
If the user has to pick more than one option, if the list of options is very long or if you only present equal, uniform data sets like quantities.
Component
Default
Disabled
Loud
Properties
Property | Type | Required | Default |
---|---|---|---|
name | String | true | - |
id | String | true | - |
value | String | true | - |
label | String | true | - |
onChange | Func | false | - |
disabled | Bool | false | - |
required | Bool | false | - |
loud | Bool | false | - |
utilClassNames | String | false | - |