Radio Button List Control

The Radio Button List control allows you to select a single item from a list of values. Use the control when you want a standard layout where the buttons are visually grouped together. If you need to separate radio buttons on the form but keep them related, use the Radio Button and Radio Button Group controls.

See the following resources for more information:

  • See Configure the Initialized Event for more information about using the control with the Initialized event to improve the user experience when a view or form is loaded, for example to populate a drop-down list with data in the background while the rest of the view is available for data entry.