How Can We Help?
Answer
If you ever need to use a checkbox to indicate a ‘reload’, you would need it to appear unchecked once the page refreshes.
Otherwise, it appears as checked and you would actually end up un-checking the ‘reload’ option to refresh the page the next time.
- Add a checkbox control element on XMDesignerIs used to configure XMPro BPM solutions., name it appropriately, and then right-click on it and select ‘XMPro Wizard’.
- Click on the Options tab.
- Click on the static value symbol to change it to become an expression editor symbol. (At this stage, manually typing in “False” will not make the checkbox default as unchecked)
- Click on the three dots that appear on the right side of the text field, and click on Constants on the popup window and then double-click on ‘False’.
- Click Ok to close out and save.
You would have to go through the expression editor to choose such a default value for now, and manually entering a static value will not give the desired results.
Comments are closed.