简体   繁体   中英

How to make radio buttons work in bootstrap?

I'm trying to make normal radio buttons work in bootstrap. This is the code I have:

<input type="radio" name="something" value="a"> a
<input type="radio" name="something" value="b"> b

Why this doesn't work? I mean, when I select a for first, and then try to select b , it doesn't let it to be selected.

In case someone will bump to same problem: I had radio buttons inside of bootstrap's modal. Here is what helped me:

input type checkbox not working inside bootstrap modal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM