Skip to content

Radio

Radio buttons let users select one option from a set.

Import

js
import { MdRadio } from 'vue-material-3';

Usage

vue
<MdRadio v-model="selected" value="1" name="choice" />

Storybook

Use Storybook for controls.