We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc83089 commit 368f740Copy full SHA for 368f740
src/Button.vue
@@ -5,6 +5,7 @@
5
<input type="checkbox"
6
class="v-switch-input"
7
:name="name"
8
+ :checked="value"
9
@change.stop="toggle">
10
<div class="v-switch-core"
11
:style="coreStyle">
0 commit comments