Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 656 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 656 Bytes

CSS3-checkbox

What you will find here?

Easy to customize, styled checkbox and radio button.

Checkbox Demo

DEMO

http://codepen.io/dzentbolas/pen/OyGeaj

How to use

<div class="checkbox-btn">
    <input id="checkbox1" type="checkbox">
    <label for="checkbox1">
        Default
    </label>
</div>

<div class="radio-btn">
    <input id="radio1" type="radio" name="radio-group">
    <label for="radio1">
        Default
    </label>
</div>

Compatability

IE9+, Chrome, Firefox, Safari, iOs, Android

For Android <= 4.1.2 and iOS < 6.0 bugs used

http://timpietrusky.com/advanced-checkbox-hack