I have a problem thats driving me crazy.
I want to… On tapping a button
It would show the hidden rectangle in each of the rows
That had a checkbox selected.
Sounds simple… ! PLEASE HELP! 
41%20pm|287x499 Help.rp (49.0 KB)
I have a problem thats driving me crazy.
I want to… On tapping a button
It would show the hidden rectangle in each of the rows
That had a checkbox selected.
Sounds simple… ! PLEASE HELP! 
41%20pm|287x499 Help.rp (49.0 KB)
Hi @shawny,
Here a way to do it:
Help_edited.rp (50.3 KB)
Step 1
Create a OnRotate event on the hidden rectangle so it shows itself if triggered and if checkbox is checked:

Step 2
Onclick on the button, fire the OnRotate event of the hidden rectangle:

Hope it will help you,
Best,
A huge thank you. I knew the solution was some kind of crazy loop.