Radio Button
Overview
This control reacts to clicking events, but it has different operating modes and is aesthetically parametrizable. It behaves exactly as Button except it is togglable by nature as CheckBox.
Configuration
Three menus are available :
- Display:
- Text : Text content of the radio button
- Tooltip : Text to display when the user is hovering his mouse over the control
- Image (selected) : image to display when checked
- Image (deselected) : image to display when unchecked
- Font
- Text Color
- Background Color
- Selection Color : color of the tick inside the box when checked. If
red for example :
- Border Color
- Border Type
- Behavior:
- Selected : Is checked if the button is selected while using the togglable property
- Group : defines a group where the control belongs, only one control can be selected at a time as with CheckBox. If a button belong in a group, it is no more togglable by himself, only others radio button in the group can reset the other ones. It can be attached to the same group as a Button or a CheckBox.
- Events: Script to execute when cliking the control, if the radio button is toglable but not in a group, executes the code on activation and on desactivation.
Example
See Button for more information.