Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 724 Bytes

VSwitch.md

File metadata and controls

22 lines (17 loc) · 724 Bytes

VSwitch

Simple switch

Dependencies:

  • Bootstrap 4

Usage

  <v-switch :value="vswitchVariable" :disabled="true" />

Parameters

Name Schema Required
value boolean yes
disabled boolean no

Events

Name Output
@input value: boolean