UNPKG

acha-framework

Version:

is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...

12 lines 386 B
<div ng-show="visible" class="af-checkbox af-component checkbox {{::cssClass}}" ng-click="vm.toggle($event)"> <label> <input ng-disabled="disabled" type="checkbox" ng-model="model" ng-checked="model===true"> <span class="text"> {{::text|textOrTranslate:textTranslate}} </span> </label> </div>