05-08-2020 05:27 - edited 05-08-2020 05:28
05-08-2020 05:27 - edited 05-08-2020 05:28
Hello,
I would like to build an app to allow for a list with checkboxes so I can keep track of some lists on my watch without my phone.
I am having a bit of difficulty understanding the difference between how the data is stored in the array and how it is then displayed.
What I am looking to do is sort based on status. So, when I click the checkbox, the checked item moves to the bottom. I already have the checkboxes working (thank you for the excellent tutorial).
Does anyone have any hints as to how I could sort based on the value of
checkbox-tile
I understand whatever code I run to sort would update onclick, but that is as far as I have gotten.