cbChecked: 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 17: Line 17:




|x1= <code>_checked = cbChecked _myCheckBox;</code>|= EXAMPLE1  
|x1= <code>_checked = [[cbChecked]] _myCheckBox;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[cbSetChecked]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
Line 38: Line 38:
[[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:
Returns the current state of a checkbox.
Groups:
Uncategorised

Syntax

Syntax:
cbChecked control
Parameters:
control : Control
Return Value:
Boolean

Examples

Example 1:
_checked = cbChecked _myCheckBox;

Additional Information

See also:
cbSetChecked

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