Appearance
Switch
Switches are a pleasant interface for toggling a value between two states, and offer the same semantics and keyboard navigation as native checkbox elements.
Import
javascript
import { VSwitch } from 'vuetify'
Usage
html
<v-switch></v-switch>
Custom Image
html
<v-switch><UserIcon class="text-white"></UserIcon></v-switch>