Hi All,
I created a checklist custom component, I mean, in the component a FormArray where each item is a form, so each item represents a checklist item. I did not use input eg. checkbox to show the checkmark, only a label, and if the user clicked on a row then show a checkmark icon.
How can I implement SelectMultipleControlValueAccessor and SelectControlValueAccessor?
Currently, I manually handling the form control statuses, I mean, when the checklist item is clicked, I called mark as dirty, and touch ed.
Thanks in advance.