An AngularJS Bootstrap-checkbox directive.
<input type="checkbox" bs-checkbox>
<input type="checkbox" bs-checkbox="{{ {reverse: true} }}">
<input type="checkbox" bs-checkbox="{{ {switchAlways: true} }}">
<input type="checkbox" bs-checkbox disabled checked>
For some working examples, visit th official examples section.