GUIKit`
GUIKit`
"CheckBox"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["CheckBox"]
represents a checkbox.
Examples
Basic Examples (1)
Needs["GUIKit`"]ref = GUIRun[
Widget["CheckBox", {"text" -> "Choose"}]
];GUIScreenShot[ref]ref = GUIRun[
Widget["CheckBox", {"text" -> "Choose", "selected" -> True}]
];GUIScreenShot[ref]