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 dc82e3e commit 7071535Copy full SHA for 7071535
src/BootstrapBlazor/Components/Checkbox/Checkbox.razor.js
@@ -24,7 +24,7 @@ export function init(id, invoke, method) {
24
el.parentElement.classList.add('is-checked');
25
}
26
27
- var result = await invoke.invokeMethodAsync(method, state == "1" ? 0 : 1);
+ const result = await invoke.invokeMethodAsync(method, state == "1" ? 0 : 1);
28
if (result === false) {
29
e.preventDefault();
30
0 commit comments