How to find which row has checkbox checked in specific column?

In web page I have a table
image
And I need to know which row has column WH checked. Any suggestions?

You will have to use DataScrapping first which will scrape the full table and give output as a DataTable to you. Then you will have to use for each loop for DataTable and find the attribute for checked content by using UiExplorer