Check/uncheck checkbox on webform based on Excel information table

Hi
I want to Check/uncheck checkbox on webform based on Excel information table

Can anyone share code or xml

Helo @AnantKumar_Patel , welcome to the UiPath Community.

You can read the Excel File using a read range activity. Loop through the Data Table using a for each row. Use the “Check” activity to check / uncheck the control you need. There is a property there.

Any questions please let me know

Regards

could you share xml, iam not getting techniacal things

Hello @AnantKumar_Patel , please check the example I am sending you. If it helps you please mark my answer as a solution!

Any questions please let me know

CheckUncheck.xaml (16.3 KB)
ExcelSample.xlsx (9.3 KB)