But what about when you need to use the ReactiveVar outside the scope of the template? In this situation I find myself using Session variables but I feel bad about it.
Eg. Imagine you had an array of toggles and they were shown in a list parentListTemplate.
I very much agree that ReactiveVar should be used as much as possible but I often find myself wishing that I could get a return value when creating child templates that would let me access them…