|
|
|
|
|
- Overview
- Creating a Radio Button control
- Creating a Radio Button control
- Display modes available
- Swap
The Radio Button control is a control allowing the user to select an option among several ones. A radio button can display up to 256 options arranged in several rows and columns. A single option can be selected by the user. The radio button returns the number of the selected option. Examples: - In WINDEV or WINDEV Mobile:
- In WEBDEV:
Creating a Radio Button control Creating a Radio Button control To create a Radio Button control: - On the "Creation" tab, in the "Usual controls" group, click "Radio Button".
- Click where the control will be created in the window or page. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu. WINDEV, WINDEV Mobile and WEBDEV allow you to automatically transform a Radio Button control into a Check Box control (and conversely): - Select the control to transform.
- On the "Modification", in the "Transformations" group, expand "Refactoring and swapping" and select "Radio Button / Check Box".
Related Examples:
|
Unit examples (WINDEV): The Radio Button control
[ + ] Using a Radio Button control
|
|
Unit examples (WEBDEV): HTMLClass property
[ + ] The property ..HTMLClass allows you to read and update the control's HTML attribute "class". This property lets you select the CSS Style applied on the control.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|