I'm making a grocery list application in which I'd like to let users check off the items that they've placed in the cart. I'd like to do this by toggling the attribute "found" from false to true (within my "item" model). I'm making a grocery list application in which