RadioButton

RadioButton
The RadioButton widget provides a radio button with a text label. RadioButton is an option button; it can be switched on (checked) or off (unchecked). Sets of Radio buttons grouped together (for example in a GroupBox), are mutually exclusive.
  • checked : Boolean; This property holds whether the radio button is checked. The default is unchecked (false).

  • text : String; This property holds the text shown on the button.

  • tooltip : String; This property holds the tool tip (balloon help) for the widget.

  • whatsThis : String; This property holds a simple description of the widget.