SyntaxFix
Write A Post
Hire A Developer
Questions
To get checkbox work you should follow all these steps:
FormsModule
form
your input should be like this:
<input name="mpf" type="checkbox" [(ngModel)]="value" />
Note: do not forget to put name in your input.