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