# checkbix **Repository Path**: vilson/checkbix ## Basic Information - **Project Name**: checkbix - **Description**: 轻量级纯Javascript复选框checkbox动画插件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Checkbix [![Build Status](https://travis-ci.org/urre/checkbix.svg?branch=master)](https://travis-ci.org/urre/checkbix) [![NPM](https://nodei.co/npm/checkbix.png?compact=true)](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 ``` ## 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.