In Bootstrap, radio input is wrap in its label but however if you have other input like text input in my case click the textbox will focus the radio input because of event delegate to text input parent. See here: http://jsfiddle.net/C3uuS/
I am looking for non-javascript workaround, any idea to solve it? Thanks.
