标签: twitter-bootstrap radio-button
我试图让正常的单选按钮在引导程序中工作。这是我的代码:
<input type="radio" name="something" value="a"> a <input type="radio" name="something" value="b"> b
为什么这不起作用?我的意思是,当我首先选择a,然后尝试选择b时,它不会让它被选中。
a
b
答案 0 :(得分:0)
如果有人遇到同样的问题:我在bootstrap的模态中有单选按钮。这有助于我:
input type checkbox not working inside bootstrap modal