I am trying to use an Angular Material checkbox, and set it by default as checked, but it is displayed as non-checked, what is wrong?
You can either set with ngModel either with [checked] attribute. ngModel binded property should be set to 'true':
1.
Printer
2.
3.
DEMO