cbSetChecked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.12|= Game version _________________...")
 
(see also, category)
Line 13: Line 13:


|p1= control : [[Control]] |=  
|p1= control : [[Control]] |=  
|p2= control : [[Boolean]] |=  
|p2= state : [[Boolean]] |=  


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>_myCheckBox cbSetChecked true;</code>|= EXAMPLE1  
|x1= <code>_myCheckBox [[cbSetChecked]] true;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[cbChecked]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
Line 39: Line 39:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Revision as of 23:13, 26 February 2014

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