Forms & Inputs
Switch
An on/off toggle styled like a physical switch, for immediate-effect settings.
Install
import { Switch } from 'vael-ui'Playground
md
import { Switch } from 'vael-ui'
<Switch label="Switch label" :disabled="false" :invalid="false" size="md" name="" motionCss>Switch</Switch>