Radio

The radio component represents the HTML radio button control with its label. The structure view below shows a radio-button group with an initial radio component as created by drag-and-drop from the toolbar with their element symbols, their labels, and their tooltip cells.

Overview to the radio component

A radio-button group can be created by dragging a radio symbol from the toolbar and dropping it …

… anywhere, immediately …
Dropping a radio symbol on the form
… turned into a radio-button group.
The radio group built by dropping a radio symbol on the form
… in an empty group.
Dropping a radio symbol in an empty group

The radio-button group is extended by dragging a radio symbol from the toolbar and dropping it …

… on the group symbol …
Extending a group group with another radio component
… or below or above another radio symbol.
 
The extended radio group

A radio component can have children and behaves then like a group component. Below, a select symbol was dragged-and-dropped on the "Remotely" radio symbol to create a select component as a conditional radio component's child. The corresponding HTML select control (and its label) is disabled if the HTML radio button is not checked. This feature requires JavaScript to be enabled in the browser.

A conditional radio component with a select component as child