Components
Radio Button Group
Play around with props, edit and copy code.
Branding
Radio button group has support for custom branding.
How to generate and implement new branding
Internal use (Trinidad)
Properties
RadioButton
Prop name | Type | Default Value | Description |
---|---|---|---|
branding | string | ||
checked | bool | ||
children | node | ||
className | string | ||
data | array | ||
defaultChecked | bool | ||
disabled | bool | ||
id | string | ||
inline | bool | ||
inverted | string | ||
label | string | ||
labelClass | string | ||
minWidth | string | ||
name | string | ||
onChange | func | ||
value * | union |
RadioGroup
Prop name | Type | Default Value | Description |
---|---|---|---|
children | node | ||
className | string | ||
id | string | ||
inline | bool | ||
minWidth | string | ||
multipleLines | bool | ||
size | union | ||
thin | bool |
Accessibility
This component has been validated to meet the WCAG 2.1 AA accessibility guidelines.