We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can-value tends to confuse people when used with checkboxes. We should create a can-checked property that cross binds to a property that is a boolean.
can-value
can-checked
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
even with radio buttons
Perhaps a can-selected as well for <option>?
can-selected
<option>
This is done in 2.3 with `<input type="checkbox" {^$checked}="is21"/>
No branches or pull requests
can-value
tends to confuse people when used with checkboxes. We should create acan-checked
property that cross binds to a property that is a boolean.The text was updated successfully, but these errors were encountered: