Radio List
A series of radio buttons that allows a user to select one value from a visible set of options.
Properties
Property | Type | Description |
---|---|---|
Options | Content | Sets the available entries and tag assignments |
Font | Font | Font style used for the option entries |
FG Color | Color | Foreground text color |
BG Color | Color | Background or fill color behind the list |
Selected Color | Color | Foreground text color for a selected list item |
Selected BG Color | Color | Background text color for a selected list item |
Border | Border | Optional border around the Component |
Enabled | Boolan | Enables or disables the item - only used to control when the Change event is active |
Visibility | Boolean | Determines when to show or hide the Component |
Change | Event | Handles the event when the option changes |