forms
Add Radio Buttons
Add a set of options where only one can be chosen.
Runs in your browser
How it works
Radio buttons share a single name and hold one value between them, so choosing one clears the others. Because each button is a separate place on the page, you mark one area per choice, in the same order as the choices themselves.
Related tools
Questions
- Why do I need an area for each?
- Each button sits somewhere different on the page, so each needs its own place.
- Can someone clear the answer?
- Not by clicking. Radio buttons are for questions that must be answered.
- What if I give the wrong number of areas?
- The tool tells you how many it expected rather than guessing.