1.0.2 • Published 5 years ago
checkbox-light-switch v1.0.2
Light Swtich
Decoration for standart html input checkbox by pure CSS without any JS.

Demo
https://codepen.io/exsmund/pen/YzyeKpG
Install
Install with npm: npm install light-switch.
Or install with yarn: yarn add light-switch.
Usage
In SCSS:
@import "node_modules/checkbox-light-switch/scss/";Or just copy CSS from node_modules/checkbox-light-switch/dist/index.css to your own code.
<div>
<input class="light-switch" type="checkbox" id="some_checkbox" />
<label for="some_checkbox">Light</label>
</div>