# iCheck

icheck-bootstrap is pure css solution for displaying twitter bootstrap style checkboxes and radio buttons.

https://github.com/bantikyan/icheck-bootstrap (opens new window)

iCheck

# Component

A Laravel Blade Component is available for iCheck, see the component documentation

# Usage

icheck-bootstrap is loaded by default, you don't have to call any loader.

<div class="icheck-primary icheck-inline">
    <input type="checkbox" id="chb1" />
    <label for="chb1">Label 1</label>
</div>

No label

<div class="icheck-primary">
    <input type="checkbox" id="someCheckboxId" />
    <label for="someCheckboxId"></label>
</div>