Difference between revisions of "Checkbox Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
 
 
;Checkbox[ ]
 
;Checkbox[ ]
 
:Creates a [[Action Objects#Checkboxes|checkbox]].
 
:Creates a [[Action Objects#Checkboxes|checkbox]].

Revision as of 12:48, 20 August 2015


Checkbox[ ]
Creates a checkbox.
Checkbox[ <Caption> ]
Creates a checkbox with given caption.
Checkbox[ <List> ]
Creates a checkbox which, when unchecked, hides listed objects.
Example: Let A and B be points. c = Checkbox[{A,B}] creates checkbox c. When c is checked, A and B are visible, otherwise they are hidden.
Checkbox[ <Caption>, <List> ]
Creates checkbox with given caption which, when unchecked, hides listed objects.
© 2024 International GeoGebra Institute