This is very simple "Switcher” component created on Vue, which can be used instead of boring checkbox.
Live demo - http://demo-switcher.web-ol-mi.pp.ua/
$npm install simple-checkbox-switcher-vue --save
After installation, all you need is import Switcher component, using the next syntax:
import Switcher from "simple-checkbox-switcher-vue"
and bind needed property with the component in the common way (using "v-model").