mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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" >
|
||||
<input type="checkbox"
|
||||
[attr.id]="field.id"
|
||||
[checked]="field.value"
|
||||
[checked]="value"
|
||||
[(ngModel)]="value"
|
||||
class="mdl-checkbox__input"
|
||||
disabled>
|
||||
|
Reference in New Issue
Block a user