Skip to content

Commit 1ac1847

Browse files
committed
.
1 parent 709611f commit 1ac1847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/checkbox/checkbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id]="inputId"
66
[required]="required"
77
[checked]="checked"
8-
[attr.value]="value"
8+
[value]="value"
99
[disabled]="disabled"
1010
[name]="name"
1111
[tabIndex]="tabindex"

0 commit comments

Comments
 (0)