|
- Overview of Check Box control
- Check Box control in a window or in a page
- Creating a Check Box control
- Available display modes
- Three-state check box
- Limitations of Check Box control in Java
- Limitations in Android and iOS
- Check Box control in a report
- Using a Check Box control
- Check Box in a Table control
- "Check Box" column in a Table control
- Check box and databinding
- Swap
Overview of Check Box control Check Box control in a window or in a page In the window editor or in the page editor, the Check Box control is a control allowing the user to answer a question by yes or no: - if the option is checked, the option is set to True.
- if the option is unchecked, the option is set to False.
A check box can display up to 256 options. The users selects the requested options. For each option, the check box returns the option status. Example: Creating a Check Box control To create a Check Box control: - In the window or page editor, click
(or select "Insert .. Control .. Check Box").On the "Creation" pane, in the "Usual controls" group, click "Check Box". - Click the position where the control will be created in the window or page. The control appears in creation mode.
Tip: You also have the ability to create a "preset" check box by expanding "Check Box". The list of available controls (with their preview in the skin template of project) is displayed. Simply click the requested control to create it in the editor.
Versions 24 and laterThis list proposes to create Switch controls. See Switch control for more details. New in version 24This list proposes to create Switch controls. See Switch control for more details. This list proposes to create Switch controls. See Switch control for more details. To display the control characteristics, select "Description" from the popup menu of control. Check Box control in a report Check Box in a Table control Check box and databinding Versions 15 and laterThe databinding is available for the Check Box controls under the following conditions: - if the check box has a single option, it must be linked to a simple variable.
- if the check box has several options, it must be linked to an array.
If this condition is not respected, a GUI error will be generated. New in version 15The databinding is available for the Check Box controls under the following conditions: - if the check box has a single option, it must be linked to a simple variable.
- if the check box has several options, it must be linked to an array.
If this condition is not respected, a GUI error will be generated. The databinding is available for the Check Box controls under the following conditions:- if the check box has a single option, it must be linked to a simple variable.
- if the check box has several options, it must be linked to an array.
If this condition is not respected, a GUI error will be generated. WINDEV, WINDEV Mobile and WEBDEV allow you to automatically transform a Check Box control into a Radio Button control (and conversely). To do so, select the control to transform and select "Control .. Swap .. Radio Button/Check Box".WINDEV, WINDEV Mobile and WEBDEV allow you to automatically transform a Check Box control into a Radio Button control (and conversely): - Select the control to transform.
- On the "Modification" pane, in the "Transformations" group, expand "Refactoring and swapping" and select "Radio Button/Check Box".
Related Examples:
|
Unit examples (WINDEV): The Check Box control
[ + ] Using a check box control.
|
This page is also available for…
|
|
|
| |
| | https://youtu.be/2IyxFC_rz-I
https://windevdesenvolvimento.blogspot.com/2019/07/dicas-2212-windev-webdev-mobile-24_22.html
|
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |