cbSetChecked

From Bohemia Interactive Community
Revision as of 23:13, 26 February 2014 by Master85 (talk | contribs) (see also, category)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets the current state of a checkbox.
Groups:
Uncategorised

Syntax

Syntax:
control cbSetChecked state
Parameters:
control : Control
state : Boolean
Return Value:
Nothing

Examples

Example 1:
_myCheckBox cbSetChecked true;

Additional Information

See also:
cbChecked

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

Notes

Bottom Section