Forum Discussion

JamieMagee's avatar
JamieMagee
Community Member
21 days ago

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!

  • 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

  • JesseWu's avatar
    JesseWu
    Community 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.