Bootstrap: Problem with two radio group in form

Created on 30 Jul 2012  ·  3Comments  ·  Source: twbs/bootstrap

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

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

How to make these groups independent?

Thanks!

Most helpful comment

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/

All 3 comments

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/

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

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!

Was this page helpful?
0 / 5 - 0 ratings