Hello,

I have a dropdown form field that when selected called a function that generates checkbox values on another form field. The problem is I can see in the console the correct values being shown form the data controller after passing the id tot he function however on the form the checkboxes do not update with the new values. I think the checkbox fields are not in the same scope as the dropdown field. So in other words, if I select a category from a specific dropdown the checkboxes from another form element need to update. I want to update the ng-repeat of the checkboxes which the value gets set after user selects a value from category dropdown. Can someone please assist? Thank you.