mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
#926 Fix checkbox rendering
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[attr.id]="field.id"
|
||||
[attr.required]="isRequired()"
|
||||
class="mdl-checkbox__input"
|
||||
[checked]="field.value"
|
||||
[(ngModel)]="field.value"
|
||||
(ngModelChange)="checkVisibility(field)"
|
||||
[disabled]="field.readOnly">
|
||||
|
Reference in New Issue
Block a user