Basic
The v-radio component is a simple radio button.
Colors
Radios can be colored by using any of the built-in colors and contextual names using the color prop.
Inline
Use inline prop to displays radio buttons in row.
Density
Use density prop to adjusts the spacing within the component. Available options are: default, comfortable, and compact.
Label Slot
Radio Group labels can be defined in label slot - that will allow to use HTML content.
Your favorite search engine
Icon
Use false-icon and true-icon prop to set icon on inactive and active state.
Validation
Use rules prop to validate a radio. Accepts a mixed array of types function, boolean and string. Functions pass an input value as an argument and must return either true / false or a string containing an error message.
Do not select the third one!