sebastianha / angular-bootstrap-checkbox

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
MIT License
148 stars 66 forks source link

Feat inverted #4

Closed jdewit closed 9 years ago

jdewit commented 9 years ago

Allow checkbox to have an inverted selection. ie (a check actually makes the model false, no check model is true)

Show Item
<checkbox ng-model="data.isHidden" invert="true"></checkbox>