-
Notifications
You must be signed in to change notification settings - Fork 7
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
check_box behavior #26
Comments
@jaysneg what do you mean "when using multi params it breaks the request?" Can you provide a more verbose example of what you're trying to do? |
when you have group of checkboxes. for example search form with list of brands and you want to select a few and send to server and at server you will get brands => ["adidas", "0" , "Nike"] so in this case we don't need unchecked_value if checkbox unchecked server did not get this parameter |
@jaysneg Great, good example. Rails uses an option called |
@robacarp sounds great |
check_box helper did not need unchecked_value
when using multi params it brake request
why do not left default behavior?
and add somthing like this
The text was updated successfully, but these errors were encountered: