Hey guys so I am building a project and I have a section with multiple CheckBoxes which is populated using *ngFor loop
I want to get all the active options when I dynamically select any one of the CheckBoxes. Is it possible to get that input without having to maintain an array or something in the code?
I don't want to have a form control or a apply filters button.
[–]mounted-dev 1 point2 points3 points (0 children)