Checkboxes
Basic usage
Wrap <input type="checkbox"> within a <div class="checkbox"> For default usage
Color Options
Add color class e.g. checkbox-primary
Inline Checkbox
Add class checkbox-inline
Circle Checkbox
Add class checkbox-circle
For full documentation go to Awesome Checkbox
Radio Buttons
Wrap <input type="radio"> within a <div class="radio"> For default usage.
and as for checkbox you can use use color classes e.g. radio-primary
and radio-inline for inine radio button
Basic usage
Color options
Inline radios
For full documentation go to Awesome Checkbox
Switches
Basic Usage
Add data-switchery to a checkbox for deafault switch
Color Options
Add data-color="#xxx" to change color
and data-jackColor="#xxx" to change jack color
Size Options
Add data-size="small" or data-size="small" to change size
For full documentation go to Switchery