fix display-value rendering for checkboxes (#1661)

This commit is contained in:
Denys Vuika
2017-02-24 18:04:34 +00:00
committed by Mario Romano
parent 619792e004
commit 618d9e6e0e

View File

@@ -3,7 +3,7 @@
<label class="mdl-checkbox mdl-js-checkbox" [attr.for]="field.id" >
<input type="checkbox"
[attr.id]="field.id"
[checked]="field.value"
[checked]="value"
[(ngModel)]="value"
class="mdl-checkbox__input"
disabled>