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 895c5b7 commit 6d8c6d0Copy full SHA for 6d8c6d0
examples/form.rs
@@ -23,7 +23,7 @@ fn app() -> Element {
23
checked: checkbox_checked(),
24
// This works too
25
// checked: "{checkbox_checked}",
26
- oninput: move |ev| checkbox_checked.set(!ev.checked()),
+ oninput: move |ev| checkbox_checked.set(ev.checked()),
27
}
28
label {
29
r#for: "check1",
0 commit comments