Hi
I need to know how can i get the value of multiple checkboxes in a table
I am using FormGroup and FormBuilder in my project
I am able to display checkbox using *ngFor but not able to get the values on submitting to check which of the checkbox is checked or not and what is the corresponding value of the checkbox selected.