cbSetChecked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{GameCategory|arma3|New Scripting Commands}} {{GameCategory|arma3|Scripting Commands}} {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "\| *((\[\[.*\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 22: Line 22:
_chk [[cbSetChecked]] [[true]];</code>
_chk [[cbSetChecked]] [[true]];</code>


| [[cbChecked]], [[ctrlSetChecked]], [[ctrlChecked]]
|seealso= [[cbChecked]], [[ctrlSetChecked]], [[ctrlChecked]]
}}
}}

Revision as of 00:11, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control

Syntax

Syntax:
Syntax needed
Parameters:
control : Control
state : Boolean
Return Value:
Return value needed

Examples

Example 1:
_myCheckBox cbSetChecked true;
Example 2:
_disp = findDisplay 46 createDisplay "RscDisplayEmpty"; _chk = _disp ctrlCreate ["RscCheckBox", -1]; _chk cbSetChecked true;

Additional Information

See also:
cbCheckedctrlSetCheckedctrlChecked

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