Forum Discussion
JamieMagee
3 months agoCommunity Member
Three check boxes - MUST be checked
Hi, I'm creating a layer where the close button is originally hidden, and three out of four check boxes MUST be chosen before the close button sets its state to normal. However, I cannot figure ou...
JesseWu
3 months agoCommunity Member
Try:
When the state of all of the [picked] check boxes is Selected, (Action) Set state of Close Button to Normal;
When the state of at least one of the [picked] check boxes is not Selected, Set state of Close Button to Hidden.