How to cascade a year boolean into months?

Options
zdlee
zdlee Member, ALL USERS Posts: 5 New Contributor

I have a boolean that allows users to select if they would like to add a price adjustment by years. If a user selects that they would like a price adjustment then it should apply to all months within that year. I have another module by month where if a user selected to add the price adj boolean for the year from the previous module it would check off the module for months to add in the price adj. For some reason when I select the year boolean as true, it isn't reflected in the months boolean of the second module. How can I get the years boolean to also cascade down to month level in the second module?