How to set an SREL attribute in the properties of a Checkbox item in WebScreen Painter?
Release : 17.2
Component : SERVICE DESK MANAGER
It's not possible to list a SREL attribute from the properties of a Checkbox item.
However, the attribute can be set from source tab using the attr tag in the code.
ex:< PDM_MACRO name=dtlCheckbox hdr="TEST1" attr="zBool" off="No" on="Yes">
Where zBool is an SREL attribute.