Displaying item within repeater, if check box is selected within repeater

repeater-widget

#1

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! :slight_smile:

41%20pm|287x499 Help.rp (49.0 KB)


#2

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:
image

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

Hope it will help you,
Best,


#3

A huge thank you. I knew the solution was some kind of crazy loop.