Hi guys,
I have an app generated from a SharePoint list. Simple and easy.
It is an item collection list that someone can access to see how many items need to be collected. It works fine.
However, I would like to add a checkbox so the person has an overview what's already collected and not miss anything.
I thought it would be best to go from the ViewScreen via a button to a Screen that has the list and added Checkboxes (I called it CollectScreen).
Is there a way to collect the Checkbox data and then update the entry without it being connected to SharePoint?
It's hard to describe...
Here is an example: I would like to make the actual number on the left non-editable (as seen in the first 2 rows) and just have the Checkbox active.

Once the person has collected all items, he clicks the ☑️ button and gets back to the ViewScreen where we now see the ticks displayed.

Any ideas if this is possible?