Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 648 Bytes

AngularJS bsCheckbox

LicenseDependency Status

An AngularJS Bootstrap-checkbox directive.

Usage

<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.