mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
#926 Fix checkbox rendering
This commit is contained in:
parent
acdd79c96a
commit
ccb71ccd09
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user