Hey! So I have a list of categories in an itemCategory collection. Showing this list is easy but...
A user can decide if they want to track each item. Each item is also associated with a boolean in their account.
So for example if they track item 1 which is listed in the itemCategory collection, i want the checkbox to set item 1 to true. I also want it to read item 1 from their account so if item 1 is true, it'll be automatically checked.
Maybe I am overcomplicating it in my head, but how do I tie the two together?