0.3.0 • Published 6 years ago

classy-checkbox v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Classy checkbox

A classy checkbox.

Installation

The recommended installation method is a npm.

npm install --save-dev classy-checkbox

Usage

@import 'classy-checkbox/checkbox';
@import 'classy-checkbox/checkbox_theme_classy';
<label class="checkbox checkbox_checked checkbox_theme_classy">
  <input class="checkbox__input" type="checkbox">
  <span class="checkbox__box"></span>
</label>

License

Licensed under the MIT license.