# Grouping radio buttons

**URL:** https://community.weweb.io/t/grouping-radio-buttons/2404
**Category:** How do I?
**Created:** [April 22, 2023, 12:11am UTC](https://community.weweb.io/t/grouping-radio-buttons/2404 "2023-04-22T00:11:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![alexlem](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/alexlem/32/6060_2.png) [@alexlem](https://community.weweb.io/u/alexlem)
#### Post date: [April 22, 2023, 12:11am UTC](https://community.weweb.io/t/grouping-radio-buttons/2404/1 "2023-04-22T00:11:51Z")

</div>

Hi, this is probably really simple to do, but I haven’t found the way. How can we group multiple radio buttons together so when we select one of them, the previously selected one get unselected? In HTML, we simply add the same name to each radio input. I tried that in Weweb, and it’s not working.

---

<div class="post-metadata">

### Author: ![luka](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/luka/32/1571_2.png) [@luka](https://community.weweb.io/u/luka)
#### Post date: [April 24, 2023, 9:41am UTC](https://community.weweb.io/t/grouping-radio-buttons/2404/2 "2023-04-24T09:41:34Z")

</div>

Use radio button element from Elements → Form → Radio

It comes with multiple options as a default and then you can bind your options in the right panel

---

<div class="post-metadata">

### Author: ![alexlem](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/alexlem/32/6060_2.png) [@alexlem](https://community.weweb.io/u/alexlem)
#### Post date: [May 4, 2023, 3:10pm UTC](https://community.weweb.io/t/grouping-radio-buttons/2404/3 "2023-05-04T15:10:17Z")

</div>

Oh, I get it thanks. I’ve used the radio button from the Elements and it’s working. For info, what I was previously doing is I was using the radio button form the Input & Controls section and there was no way to bind them together. I understand checkboxes could be added individually, but for the radio button, it shouldn’t be in the Input & Controls section if it’s not bindable.

---

<div class="post-metadata">

### Author: ![luka](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/luka/32/1571_2.png) [@luka](https://community.weweb.io/u/luka)
#### Post date: [May 5, 2023, 11:54am UTC](https://community.weweb.io/t/grouping-radio-buttons/2404/4 "2023-05-05T11:54:33Z")

</div>

The element in the ‘Input & Controls’ has been updated. Thanks for pointing it out.
