The radio button weblet displays a single radio button. It broadly corresponds to the <input type="radio"> HTML element.
Radio buttons are typically grouped as two or more radio buttons for mutually exclusive selection. In other words, you can choose only one of several options—like a multiple-choice question. It looks like this:
but is typically grouped to look more like this:
You may choose to use this weblet instead of the std_radbuttons weblet which is implemented as a group of radio buttons, if you want to store the resulting selections in different fields.