I would like to automatically log in to the website with StudioX and make an algorithm to check the list if it is not checked and not check it if it is checked. Can UiPath StudioX recognize an image that is not checked and automatically check it if there is no check value? Also, among the other functions of the webpage, the Toggle button function automatically recognizes the image and implements it so that the activated button is not clicked.
Please Let me know Thanks ![]()

You can use the check/uncheck activity directly
That has option to check/uncheck or toggle
If you want to repeat for allโฆthen use for each ui element and then use check/uncheck inside it
Cheers
