CSS-Checkbox-Library
CSS-Checkbox-Library copied to clipboard
A huge library of Pure CSS Checkboxes for every taste.
CSS Checkbox Library 
Tons of Checkboxes
A huge collection of pure css checkboxes. Click Here for Demo
Compatible
- IE9+
- Chrome 49+
- Firefox 52+
- Safari 5+
How to use
- Install via NPM
npm i css-checkbox-libraryor Download the Zip - Import the
checkboxes.min.cssorcheckboxes.cssfile from thedistfolder. - Use the checkbox design you like with the following markup. In the example below the class
ckbx-square-1is important.
<div class="ckbx-square-1">
<input type="checkbox" checked id="ckbx-square-1-2" value="0" name="ckbx-square-1">
<label for="ckbx-square-1-2"></label>
</div>
That's it.
You can checkout the DEMO to get HTML Code for each design. Just press the HTML button.
Changelog
1.5.1
- minor updates
1.5.0
- Major changes, Size reduction and refactor thanks to @varunsridharan. (No breaking changes)