How to tick on check box & use the switch case scenarios using Studio X?

Hi Team,

I am trying to make a bot which will tick on below check box I tried to do that with the help of below, but it didn’t worked.

image

Also, I have to implement some exception for

Generic: generic_123.jpg
Stickers: Non-generic_123.jpg
reatilBoxesandSleves: New_image_comingsoon.jpg

Need to add this in my coding and I tried to do so. but it didn’t work using switch case:

Below is the logic which i have used

Please advise how can make this work?

Hi!

‘Check element’ will only check if something exists and return the result in a boolean variable.
Activities - Check Element (uipath.com)
If you want to actually interact you would have to use ‘Click’-activity.
Activities - Click (uipath.com)