Radio Buttons
The radio component is part of radio-group component and can provide groupable functionality to allow users to select one from a set of options.
Array of Strings
Each Item in Options maps to <v-radio value="item" label="item" />
Array of Objects
Last updated