HI @naijacoder :
Do you want to create multiple checkboxes at once based on the Animals list?
The point is to create a gallery .I’ve made a test for your reference:
1\My data source

2\Add a Blank vertical gallery(Gallery5) and set it’s items property to
Animals
3\Add a check box control(Checkbox1) into this gallery and set it’s Text property to
ThisItem.Title
4\ Add a data table control and set it’s items property to:
ShowColumns(AddColumns(Filter(Gallery5.AllItems,Checkbox1.Value),"Value",Checkbox1.Text),"Value")
The Result(the screenshot has been added as an attachment😞
1.gif
Best Regards,
Bof