We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377899c commit 637da60Copy full SHA for 637da60
projects/components/src/checkbox/checkbox.component.ts
@@ -47,6 +47,10 @@ export class CheckboxComponent implements ControlValueAccessor {
47
return this.isChecked;
48
}
49
50
+ public get disabled(): boolean {
51
+ return this.isDisabled;
52
+ }
53
+
54
public isChecked: boolean = false;
55
public isDisabled: boolean = false;
56
0 commit comments