BaseRadio

Radio inputs

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

Show code

Custom classes

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

Show code
v-model
The model value of the radio input.
Show example
id
The form input identifier.
Show example
value
The value of the radio input.
Show example
label
The label for the radio input.
Show example
error
An error message to display below the radio label.
Show example
color
The color of the radio. Can be 'default', 'primary', 'info', 'success', 'warning', or 'danger'
Show example
classes
Classes to apply to the various parts of the radio input.
Show example