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

Problem with two radio group in form #4225

Closed
iklementiev opened this issue Jul 30, 2012 · 3 comments
Closed

Problem with two radio group in form #4225

iklementiev opened this issue Jul 30, 2012 · 3 comments

Comments

@iklementiev
Copy link

Hello, I have a problem with using two radio groups.

Example: http://jsfiddle.net/ma2XG/

How to make these groups independent?

Thanks!

@natansh
Copy link
Contributor

natansh commented Jul 30, 2012

To make the groups independent, you can change the name for one group of the radio buttons. In the jsfiddle that I have attached, I have changed the name for one group to optionsRadios2.

http://jsfiddle.net/eDcuD/

@iklementiev
Copy link
Author

natansh, thank you very much, i miss this moment in docs ;)

@natansh
Copy link
Contributor

natansh commented Jul 30, 2012

It wasn't in the docs (at least I didn't see it). I think it was more of an HTML thing than a bootstrap thing, so I don't know whether it should even be in the docs or not. But anyway, your problem is solved, so cheers!

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

2 participants