In this example, I have created a todo-list with checkboxes that can be checked or unchecked based on whether a task is completed or not.
If you uncheck a checkbox in the "Complete tasks" section, the next checkbox will also appear unchecked even if it is still checked in the "All tasks" section.
To see this issue in action, try unchecking the "Go to the store" task in the "Complete tasks" section. You will notice that the "Clean room" task appears unchecked, although it remains checked in the "All tasks" and holds completed status in the data.
Do you have any suggestions on how to resolve this inconsistency?