control ctrlSetChecked value

Operand types

control: Control
value: Boolean

Type of returned value

Description

Sets checked state of checkbox (CT_CHECKBOXES, Type 7).

Used In

Arma3

Example

if (!ctrlChecked _myCheckBox) then {
_myCheckBox ctrlSetChecked true;
};
Search OFPEC COMREF