angularify.semantic.checkbox - checkbox directive for angular.js.
<div id="content">
<checkbox checked="false" ng-model="aa">Alex</checkbox>
<br/>
<checkbox checked="true" ng-model="bb">0xAX</checkbox>
<br/>
<checkbox ng-model="cc">User</checkbox>
<br/>
<checkbox ng-model="dd" disabled="disabled">isActive</checkbox>
</div>checkbox - can have following properties:
class / ng-class: -standard||slider||toggle||large||huge||undefined- the style of checkbox;checked-true||false, checked checkbox or not;
disabled-disabled, optional if the checkbox is disabled or not;
ng-model- angular model.
- Fork main repository.
- Make changes.
- Create issue.
- Send pull request.
- Thank you.
- Add radio-button.