Hello, I have a problem with using two radio groups.
Example: http://jsfiddle.net/ma2XG/
How to make these groups independent?
Thanks!
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
.
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!
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/