Looking for simple way to refresh all checkbox elements in a table

Hi, I have a table that has several checkboxes that I wish to display from Xano backend.
When I change the state of any of the checkboxes, it does not refresh the true status of the backend collection anymore.
I can get it to refresh when I resort the table in a different way but cant find a way to refresh all checkboxes naturally to match collection without forcing a resort?

Loom video here Refreshing table | Loom

Without seeing the underlying logic it’s impossible to tell.

The table is linked to a variable, so I just reset that variable, ran the collection again, and set the variable back. That did the trick and reloaded the whole table.