Replies: 1 comment 1 reply
-
It's a common mistake to try to bind |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Svelte, if you try to bind the value of a checkbox input, you get an error. Why is this? If I remember correctly, a checkbox's values are either "on" or its original value. I know this wouldn't be used often (if at all) but why is Svelte so strict about checkbox values being bound that there's an error code dedicated to it?
Beta Was this translation helpful? Give feedback.
All reactions