closed
Public

I have a checkbox that I’m performing actions based on. What do I indicate in the Expression 2 box… I’ve tried

[CheckBox_ad3eccc8d86d.selected] == True

[CheckBox_ad3eccc8d86d.selected] == “True”

Neither seems to work.

2 answers

This scenario is demonstrated in the “installer_simulation.4ui” example (which is included in the “plot” folder).

The correct expression is “[CheckBox_ad3eccc8d86d.selected] == true”, the boolean value should be lower-case, without quotation marks. The syntax of expression is from javascript.

#1

In V1.40, the expression editor will correct the boolean value automatically 🙂

#2

This question is now closed