diff --git a/src/app/components/checkbox/checkbox.ts b/src/app/components/checkbox/checkbox.ts index 23948976908..8bf05b089da 100755 --- a/src/app/components/checkbox/checkbox.ts +++ b/src/app/components/checkbox/checkbox.ts @@ -295,8 +295,8 @@ export class Checkbox implements ControlValueAccessor { setDisabledState(val: boolean): void { setTimeout(() => { this.disabled = val; + this.cd.markForCheck(); }); - this.cd.markForCheck(); } checked() {