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 e98f090 commit d9f12f1Copy full SHA for d9f12f1
test/benchmarks/mdc/checkbox/app.module.ts
@@ -29,6 +29,10 @@ import {MatCheckboxModule} from '@angular/material-experimental/mdc-checkbox';
29
styleUrls: ['//src/material-experimental/mdc-theming/prebuilt/indigo-pink.css'],
30
})
31
export class CheckboxBenchmarkApp {
32
+
33
+ // isChecked is used to maintain the buttons checked state even after it has been hidden. This is
34
+ // used, for example, when we want to test the render speed of a checked vs unchecked checkbox.
35
36
isChecked = false;
37
isVisible = false;
38
isIndeterminate = false;
0 commit comments