How extract the tabular data which contains check boxes?

I want to extract the tabular data in which a column contains only checkboxes. I am unable to extract the checkboxes data using data scraping and extract table. I can’t use get attribute because that table contains 70 check boxes. Is there any other solution for this?

Below is the image reference.

image

Once you use data scraping for this entire table, what values are you getting for the checkbox columns?

If v there’s nothing in that, you may consider editing the metadata
you can first see the element that gives you the checkbox status for one particular checkbox
then add that selector in metadata

or as you know, get attribute in loop, is the second option,