I have an ArrayController that uses associated itemControllers to track a checked property on the set of models (i.e. whether or not their checkbox is checked).
This part is currently working fine. When I come back to the route, I need to use some information off of the user model to “remember” which were checked.
How can I set the checked property on the specific itemController’s? I can get references to the individual models that need “checking”, but model.set('checked', true) doesn’t seem to get picked up by the itemController in that scenario.
Any help would be appreciated!
P.S. I’m trying to set this from the route.