icheck-bootstrap is a pure CSS solution for displaying Twitter bootstrap style checkboxes and radio buttons.
Color schemes
Twitter Bootstrap: As you can see in previous examples, icheck-primary class used for styling. You can use following classes for Twitter Bootstrap color scheme:
.icheck-default
.icheck-primary
.icheck-success
.icheck-info
.icheck-warning
.icheck-danger
Flat UI Colors: Also you can use one of the really nice colors from flatuicolors.com
.icheck-turquoise
.icheck-emerland
.icheck-peterriver
.icheck-amethyst
.icheck-wetasphalt
.icheck-greensea
.icheck-nephritis
.icheck-belizehole
.icheck-wisteria
.icheck-midnightblue
.icheck-sunflower
.icheck-carrot
.icheck-alizarin
.icheck-clouds
.icheck-concrete
.icheck-orange
.icheck-pumpkin
.icheck-pomegranate
.icheck-silver
.icheck-asbestos
How to make use of it:
Add the icheck.css
file to your Bootstrap project.
<link href="icheck-bootstrap.css" rel="stylesheet">
pply a color scheme of your choice to the checkbox and radio inputs.
<div class="checkbox icheck-primary"> <input type="checkbox" checked id="primary" /> <label for="primary">primary</label> </div> <div class="radio icheck-primary"> <input type="radio" id="primary1" name="primary" /> <label for="primary1">primary 1</label> </div>
pure css checkbox & radio button replacement, icheck-bootstrap Plugin/Github
See Demo And Download
Official Website(bantikyan): Click Here
This superior jQuery/javascript plugin is developed by bantikyan. For extra advanced usage, please go to the official website.