0% Complete

RadioGroup

#

Basic

RadioGroup is a wrapper for Radio component, it can be used to group multiple radios in one component.

value: CSS
#

Custom label

You can use default slot to pass a custom label for RadioGroup.

value: {"text":"CSS","code":"css"}
#

Colors

Set color property to define background color for all Radios inside the RadioGroup

value: CSS
#

Inline

Set inline property to display inline all Radios inside the RadioGroup

value: CSS
#

Reverse

Set reverse property to reverse position of all Radios inside the RadioGroup

value: CSS
#

Binding

Set an array of objects to items property and define label.

value: undefined