Skip to content
/ checkbix Public

Simple lightweight vanilla Javascript plugin for enhancing checkboxes.

License

Notifications You must be signed in to change notification settings

urre/checkbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 27, 2016
f458b79 · Jul 27, 2016

History

93 Commits
Jul 22, 2016
Jul 27, 2016
Jul 27, 2016
Jul 13, 2016
Jul 13, 2016
Jul 21, 2016
Jul 22, 2016
Jul 13, 2016
Jul 13, 2016
Jul 27, 2016
Jul 14, 2016
Jul 27, 2016
Jul 27, 2016
Jul 27, 2016
Jul 27, 2016

Repository files navigation

Checkbix

Build Status

NPM

Simple vanilla Javascript plugin for enhancing checkboxes using CSS. Accessible, lightweight and easy to use. No dependencies.

Usage

<input id="mycheckbox" type="checkbox" class="checkbix" data-text="Checkbix">

See the demo for more examples and settings.

Install

bower install checkbix.js
npm install checkbix

Include files

<link rel="stylesheet" href="dist/css/checkbix.min.css">
<script src="dist/js/checkbix.min.js"></script>

Init

<script>
    Checkbix.init();
</script>

Develop

Build

npm run build:all    

Serve

npm start

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple lightweight vanilla Javascript plugin for enhancing checkboxes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published