Creates a radio button control.
A radio control allows the user to select only one item in a list. For selecting multiple items in a list, use checkbox.
Methods
The following methods are available on the RadioButtons object:
Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetList() → List: Array of titles
GetParent() → app object
GetType() → String: “Radio”
Gone()
Hide()
IsEnabled() → Boolean
IsVisible() → Boolean
SetEnabled(
enable )
Show()
Toggle()