mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix display-value rendering for checkboxes (#1661)
This commit is contained in:
committed by
Mario Romano
parent
619792e004
commit
618d9e6e0e
@@ -3,7 +3,7 @@
|
|||||||
<label class="mdl-checkbox mdl-js-checkbox" [attr.for]="field.id" >
|
<label class="mdl-checkbox mdl-js-checkbox" [attr.for]="field.id" >
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
[attr.id]="field.id"
|
[attr.id]="field.id"
|
||||||
[checked]="field.value"
|
[checked]="value"
|
||||||
[(ngModel)]="value"
|
[(ngModel)]="value"
|
||||||
class="mdl-checkbox__input"
|
class="mdl-checkbox__input"
|
||||||
disabled>
|
disabled>
|
||||||
|
Reference in New Issue
Block a user