Checkbox

Checkboxes

Checkbox Default Primary Success Info Warning Danger Disabled

html


<input id="checkbox1" data-urushi-type="checkbox">Checkbox
<input id="checkbox2" class="checkbox-default" data-urushi-type="checkbox">Default
<input id="checkbox3" class="checkbox-primary" data-urushi-type="checkbox" checked>Primary
<input id="checkbox4" class="checkbox-success" data-urushi-type="checkbox">Success
<input id="checkbox5" class="checkbox-info" data-urushi-type="checkbox" checked>Info
<input id="checkbox6" class="checkbox-warning" data-urushi-type="checkbox">Warning
<input id="checkbox7" class="checkbox-danger" data-urushi-type="checkbox" checked>Danger
<input id="checkbox8" class="checkbox-default" data-urushi-type="checkbox" checked disabled>Disabled