in my project i have a case where i want to apply filters.
So when i click checkbox in filters i add that particular element to filtersApplied array.
so now i display applied filters on top in form of pills.
these pills have a cross button in them to delete the filter applied
the problem arises that there is no two way binding with array elements in checkboxes..
please help me build code for the problem and some sample codes are welcome for the title problem