Skip to content
New issue

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

checked property not toggling on <input> #111

Open
Nfinished opened this issue Apr 26, 2016 · 5 comments
Open

checked property not toggling on <input> #111

Nfinished opened this issue Apr 26, 2016 · 5 comments

Comments

@Nfinished
Copy link

this.$element.prop('checked', true); and its counterpart in the off function do nothing to modify the state of the tag. Admittedly I haven't checked to see if this affects submission, but how could it not?

@msct
Copy link

msct commented May 24, 2016

I agree this should be addressed. Keeping the 'checked' property synced should be a function of the plugin, not user code using events. A quick look and this is likely the underlying problem for #94 and #105 as well.

@Bulld0z3r
Copy link

+1, this should be solved!

@milmih
Copy link

milmih commented Nov 29, 2016

Would you say that #140 is a dup of this issue?

@Nfinished
Copy link
Author

@minhur seems so.

@milmih
Copy link

milmih commented Nov 29, 2016

I'll the maintainer close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants