ctrlSetChecked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| +(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) *=" to " |$1=")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=")
Line 9: Line 9:
| Sets checked state of a [[CT_CHECKBOXES]] control.
| Sets checked state of a [[CT_CHECKBOXES]] control.


| control '''ctrlSetChecked''' checked
|s1=  control '''ctrlSetChecked''' checked


|p1= control: [[Control]] - [[CT_CHECKBOXES]] control. If control contain multiple checkboxes, only checkbox with index 0 is queried.
|p1= control: [[Control]] - [[CT_CHECKBOXES]] control. If control contain multiple checkboxes, only checkbox with index 0 is queried.

Revision as of 23:59, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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