Radio Button Properties

Use the Properties page for radio button to edit the attributes for the radio button.

Property Description
Text Enter the text for the radio button.
Use variable Select to use a variable for the radio button text. Click Browse to find available variables.
Text equals value Select so the text entered in the Radio button text edit box is treated as the radio button value. If the entered radio button value is the same as the one stored in the Radio button text field, or if the same variable is chosen for both the Radio button text and value, the checkbox is automatically selected.
Radio button value The value to pass to any action when the radio button is selected. If not set, empty string or null will be used as the value.
Span Choose:
  • Horizontal – enter the number of columns the radio button will occupy. The number must be greater than zero, and less than or equal to the number of columns in the container.
  • Vertical – enter the number of rows the radio button will occupy.
Alignment Define the alignment of the radio button within the radio group.

Horizontal

  • Left – left-justified alignment.
  • Center – centered alignment.
  • Right – right-justified alignment.

Vertical

  • Top – positions the control at the top of the span.
  • Center– positions the control in the center of the span.
  • Bottom – positions the control at the bottom of the span.