I am using Angular 2 Typescript. I am facing a problem wherein I need to submit a form which contains check boxes. I need values that are in the attributes of checkboxes. The ch
I think this should work (not tested)
{{ label.Name }}
and store the values of changed checkboxes in checkboxes in your component.
checkboxes