Font Awesome Controls

Features

Usage

Select a color using: .fac-default .fac-primary .fac-success .fac-info .fac-warning .fac-danger
Controls can be of type: .fac-checkbox .fac-checkbox-round .fac-checkbox-o .fac-checkbox-round-o .fac-radio

Example

The empty span is necessary. Also separate input and label tags are required.
<div class="fac fac-checkbox fac-default ">
    <span></span>
    <input id="box-example" type="checkbox" value="1" ><label for="box-example">Example</label>
</div>

Sizes

Checkboxes Square

Checkboxes Round

Radio Buttons

Checkboxes Square Outline

Checkboxes Round Outline