fix(ChangeLog) Checkbox not working properly

This commit is contained in:
2022-04-17 20:32:17 -04:00
parent 1e2d9846b3
commit 59aa0d1ad6
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -7,8 +7,9 @@
class="formCheckboxInput"
type="checkbox"
id="@labelId"
checked="@Value
"@onchange="OnChange"/>
checked="@Value"
@onchange="OnChange"
@oninput="OnChange"/>
</div>
@if (Info != "")
{