Check Box dalam Tampilan 3D

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

Information: Check Box dalam Tampilan 3D