How to click a Ui element next to a statement according to the statement

Hello,

I am trying to use a click activity or check/uncheck activity to uncheck some of the items in the list according to the statement opposite the checkbox. please take a look at the picture attached. highlighted in the green is the checkboxes and the selected by the for each UiPath element activity is the statements. the Statements and the checkboxes are two different Ui elements. I am able to identify the statements with dropped using a filter in each Ui element activity, but I am currently doesn’t know how i can click the relevant checkbox to uncheck it. please help me.

Hello @elt.rd13 ,
Try Anchor Base. It may helps you

HI @elt.rd13

You can extract 2 columns in this case, the first will be the element you want and you need to click, and the second column will be the label that identify that element. Based on that within your for each you can validate based on the label column and the pass the currentElement to an a click activity or check/uncheck activity

Regards!