What a nice toggle button!

Toggle me!
State: false

Can have custom labels, colors and width

And be programatically set/reset

Install:

npm install vue-js-toggle-button --save

Import:

import ToggleButton from 'vue-js-toggle-button'
Vue.use(ToggleButton)

Use:

<toggle-button @change="..."/>
<toggle-button :value="false" color="#82C7EB" :sync="true" :labels="true"/>