Skip to content

hunzaboy/CSS-Checkbox-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

95a3c85 · Dec 21, 2023
Aug 28, 2019
Sep 7, 2020
Apr 27, 2020
Apr 27, 2020
Apr 23, 2020
Aug 28, 2017
Aug 28, 2017
Aug 25, 2017
Oct 6, 2020
Apr 23, 2020
Jul 23, 2020
Apr 27, 2020

Repository files navigation

CSS Checkbox Library npm version

Tons of Checkboxes

A huge collection of pure css checkboxes. Click Here for Demo

Compatible

  1. IE9+
  2. Chrome 49+
  3. Firefox 52+
  4. Safari 5+

How to use

  1. Install via NPM npm i css-checkbox-library or Download the Zip
  2. Import the checkboxes.min.css or checkboxes.css file from the dist folder.
  3. Use the checkbox design you like with the following markup. In the example below the class ckbx-square-1 is 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.

Buy Me a Coffee at ko-fi.com

Changelog

1.5.1

  • minor updates

1.5.0

  • Major changes, Size reduction and refactor thanks to @varunsridharan. (No breaking changes)

1.0.0

First verison released