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 out the triggers. I'm guessing it's a condition, but the ones I tried don't work. I'm fairly new to this, so I might be missing something easy.
Any thoughts?
Thanks!
- WaltHamiltonSuper Hero
When the state of all of the [picked] check boxes is Selected, (Action) Set state of Close Button to Normal
else
Set state of Close Button to Hidden
- JesseWuCommunity 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.