ctrlSetChecked: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s1= +" to "|s1= ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
||
Line 20: | Line 20: | ||
|p21= control: [[Control]] - [[CT_CHECKBOXES]] control | |p21= control: [[Control]] - [[CT_CHECKBOXES]] control | ||
|p22= | |p22= [index, checked]: [[Array]] | ||
|p23= index: [[Number]] - checkbox index | |p23= index: [[Number]] - checkbox index |
Revision as of 22:04, 19 June 2021
Description
- Description:
- Sets checked state of a CT_CHECKBOXES control.
- Groups:
- GUI Control
Syntax
- Syntax:
- control ctrlSetChecked checked
- Parameters:
- control: Control - CT_CHECKBOXES control. If control contain multiple checkboxes, only checkbox with index 0 is queried.
- checked: Boolean - true to check, false to uncheck the checkbox
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control ctrlSetChecked [index, checked] Template:Since
- Parameters:
- control: Control - CT_CHECKBOXES control
- [index, checked]: Array
- index: Number - checkbox index
- checked: Boolean- true to check, false to uncheck the checkbox
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetChecked true;
- Example 2:
_control ctrlSetChecked [3, true];
Additional Information
- See also:
- ctrlCheckedcbCheckedcbSetChecked
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note