Files
SIPAIIS_WMS_JSSW/bin/WebRoot/editor-app/configuration/properties/boolean-property-template.html

4 lines
136 B
HTML
Raw Permalink Normal View History

2026-01-16 14:13:44 +08:00
<div ng-controller="KisBpmBooleanPropertyCtrl">
<input type="checkbox" ng-model="property.value" ng-change="changeValue()"/>
</div>