Documentation

Color

Radio inputs can have different colors. Use the color prop to change the color of the radio button component.

Show code
vue

Custom

Radio inputs can have non standard colors. Use the classes prop to implement custom color classes from Tailwind CSS.

Show code
vue
v-model
Show example
vue
classes
Classes to apply to the various parts of the radio input.
Show example
vue
error
An error message to display below the radio label.
Show example
vue
id
The form input identifier.
Show example
vue
label
The label for the radio input.
Show example
vue
value
The value of the radio input.
Show example
vue
color
The color of the radio.
Show example
vue
#default
Show example
vue