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 6e40e97 commit 825a163Copy full SHA for 825a163
src/components-examples/cdk/listbox/cdk-listbox-disabled/cdk-listbox-disabled-example.html
@@ -1,7 +1,7 @@
1
<form>
2
<p>
3
- <input type="checkbox" [formControl]="canDrinkCtrl">
4
- <label>I am 21 or older</label>
+ <input type="checkbox" id="can-drink" [formControl]="canDrinkCtrl">
+ <label for="can-drink">I am 21 or older</label>
5
</p>
6
<section>
7
<div class="example-listbox-container" [class.example-disabled]="!canDrinkCtrl.value">
0 commit comments