Switch component. The switch can be toggled both by dragging and tapping. Will automatically displays a Material Design switch on Android devices.
A switch is an UI element that can be used to toggle between two states.
The state of a switch in Onsen UI can be changed both by dragging the knob and by tapping on the switch.
To make the switch enabled by default you can use :modelProp="true"
, or v-model
for two-way data binding.
To disable the switch the disabled
prop is used.
Name | Description |
---|---|
material | Material Design switch |
Name | Description |
---|---|
change | Fired when the switch is toggled. |
update:modelValue | Fired right after the event set in the modelEvent prop. |
Fired when the switch is toggled.
Fired right after the event set in the modelEvent prop.
Name | Type | Description |
---|
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.