Trying to understand the boolean feature for a grocery list “Hello World” type app. What I am trying to do is when an item is checked off either move it to another inline list that has checked items listed and visible or grey out the checked items and move them to the bottom…So i am thinking that making two inline lists makes more sense. (one for the uncehcked and one for the checked.
I think I am lacking how the boolean works on the display side and what to filter for each list to view correctly.