I was looking for a way to have a checkbox updated using lookups from the database but I wasn't able to find anything.
My next plan is to try and use JavaScript to update the checkbox in the rows within the table. See picture below for example:
The idea for each row would be if Box1 Bit = 1, set checkbox Box1.
If Box2 Bit = 1, set checkbox Box 2. Otherwise uncheck box.
Any idea if this is something that can be pulled off using JavaScript?