Check Box dalam Tampilan 3D
Deskripsi
Tambahkan teks yang terlihat seperti "kotak centang" untuk menampilkan atau menyembunyikan objek.
Solusi oleh Rami dari forum GeoGebra:
https://help.geogebra.org/topic/checkbox-in-3d-view
Script Part I
A = (0,0,0)
B = (2,0,0)
a = Sphere(A, B)
ShowObjBool = false
Checkbox = ""+If(ShowObjBool, UnicodeToLetter(9745), UnicodeToLetter(9744))+" CheckBox"
Script Part II
#In the text we need to add the following script on the click tab:
SetValue(ShowObjBool, !ShowObjBool)