UNPKG

angular-formly-templates-bootstrap

Version:

Angular-Formly plugin which outputs bootstrap compatible form fields.

10 lines (9 loc) 199 B
<div class="checkbox"> <label> <input type="checkbox" class="formly-field-checkbox" ng-model="model[options.key]"> {{to.label}} {{to.required ? '*' : ''}} </label> </div>