bkjxxxw/WebContent/act/rest/editor-app/configuration/properties/boolean-property-template.html

4 lines
136 B
HTML
Raw Normal View History

2024-03-18 10:04:33 +08:00
<div ng-controller="KisBpmBooleanPropertyCtrl">
<input type="checkbox" ng-model="property.value" ng-change="changeValue()"/>
</div>