Skip to content

Switch

Switches toggle a single setting on or off.

Import

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

Usage

vue
<MdSwitch v-model="enabled" />

Storybook

Use Storybook for controls.