https://github.com/urre/checkbix
Simple lightweight vanilla Javascript plugin for enhancing checkboxes.
https://github.com/urre/checkbix
checkboxes
Last synced: 12 months ago
JSON representation
Simple lightweight vanilla Javascript plugin for enhancing checkboxes.
- Host: GitHub
- URL: https://github.com/urre/checkbix
- Owner: urre
- License: mit
- Created: 2016-07-13T15:10:01.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-07-27T12:25:13.000Z (over 9 years ago)
- Last Synced: 2025-04-10T08:57:36.789Z (12 months ago)
- Topics: checkboxes
- Language: CSS
- Homepage: https://urre.github.io/checkbix/
- Size: 59.6 KB
- Stars: 60
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Checkbix
[](https://travis-ci.org/urre/checkbix)
[](https://npmjs.org/package/checkbix)
Simple vanilla Javascript plugin for enhancing checkboxes using CSS. Accessible, lightweight and easy to use. No dependencies.
## Usage
```html
```
See the [demo](https://urre.github.io/checkbix/) for more examples and settings.
## Install
```bash
bower install checkbix.js
```
```bash
npm install checkbix
```
### Include files
```html
```
```html
```
### Init
```html
Checkbix.init();
```
## 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](LICENSE) file for details.