Still not convinced? Take a look at this overview:
Custom checkboxes
I worked on the development of the lightest possible solution while offering flexibility and the possibility of customization.
Since I couldn't deeply modify the checkboxes design imposed by the browsers, I opted to hide them, create more aesthetic fake checkboxes, and to synchronize the check status of these couple of elements.
These fake checkboxes are made of <div> tags, that can be fully customized with a CSS.
You can find below some examples of the Custom checkboxes library usage:
See the Pen Custom checkboxes demo by Alexis Riche (@alexisr) on CodePen.
Info
Clicking on one fake checkbox will trigger the onclick event on the associated hidden original checkbox.
So you won't lose any property of your checkboxes, they will work normally.
Let me know here or on Github if this library gave you satisfaction or if anything could be improved.
