plus-ui/public/static/flowable-modeler/editor-app/configuration/properties/boolean-property-template.html

4 lines
138 B
HTML

<div ng-controller="FlowableBooleanPropertyCtrl">
<input type="checkbox" ng-model="property.value" ng-change="changeValue()"/>
</div>