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 4cff805 commit 1854681Copy full SHA for 1854681
src/lib/checkbox/checkbox.html
@@ -5,7 +5,7 @@
5
[id]="inputId"
6
[required]="required"
7
[checked]="checked"
8
- [attr.value]="value"
+ [value]="value"
9
[disabled]="disabled"
10
[name]="name"
11
[tabIndex]="tabindex"
0 commit comments