Files
LeafWeb/WebCms/Umbraco/Views/propertyeditors/boolean/boolean.html
T
2016-11-07 12:56:17 -05:00

3 lines
185 B
HTML

<div class="umb-editor umb-boolean" ng-controller="Umbraco.PropertyEditors.BooleanController">
<input type="checkbox" ng-model="renderModel.value" id="{{model.alias}}" />
</div>