Hi,
I'm trying to create a checkbox where when I click on it, all others are selected and when I remove the click, all are removed. In my function I managed, when clicking return all checkboxes. But they are not selected. I verified that the class that enables and disables the checkboxes is ng-reflect-state="unchecked" or "checked".
How do I select and deselect all? my cod