I would like to know how to make a checkbox checked if the value is true, and unchecked if false with Angular2.
Angular2
Adult
Try the following :
If you are using ngModel :
ngModel
When ngModel is used in a form it won't work. However, you should use [ngModelOptions] attribute like
[ngModelOptions]