Hello,
I'm currently working on a checklist, which is similar to a shopping list. What I want the checklist to do is, when an item is checked, it should remain checked and visually indicate that it has been completed by striking through the text and applying an overlay. However, the issue I'm facing is that once I navigate away from the screen, the checked items revert back to their original state, even though I know they were checked because the corresponding total is updated.
Could you please provide guidance on how I can resolve this issue and make the checklist function as intended?