RadioGroup
component is a wrapper for Radio
component, it can be used to
group multiple radios in one component.
You can use default slot to pass a custom label for RadioGroup
.
You can use color
property to define background color for all Radios
inside the RadioGroup
Group radios on the same horizontal row by setting inline
boolean property.
Put radios on the opposite side with the reverse
boolean property.
Set an array of objects to items
property and define label
.