UNPKG

angular-formly-templates-bootstrap

Version:

Angular-Formly plugin which outputs bootstrap compatible form fields.

12 lines (11 loc) 344 B
<div class="radio-group"> <div ng-repeat="(key, option) in to.options" class="checkbox"> <label> <input type="checkbox" id="{{id + '_'+ $index}}" ng-model="multiCheckbox.checked[$index]" ng-change="multiCheckbox.change()"> {{option[to.labelProp || 'name']}} </label> </div> </div>