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.

Details

  • To use Widget["CheckBox"], you first need to load GUIKit using Needs["GUIKit`"].
  • The following properties are available:
  • "text"""text label
    "selected"Falsewhether the checkbox is selected
  • The following event is available:
  • "change"the event triggered when the checkbox is clicked

Examples

Basic Examples  (1)