Skip to content

tomtapia/angular-bs-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.