GUIKit`
GUIKit`

"RadioButton"

The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

Widget["RadioButton"]

represents a radio button.

Details

  • To use Widget["RadioButton"], you first need to load GUIKit using Needs["GUIKit`"].
  • Widget["RadioButton"] expressions are always used as a group and must also be added to a ButtonGroup widget, which is not a visual widget itself nor is it added to a parent or layout, but is responsible for ensuring that only one radio button is selected within its set of managed buttons.
  • The following properties are available:
  • "text"""text label
    "selected"Falsewhether the radio button is selected
  • The following event is available:
  • "action"the event triggered when the radio button is clicked

Examples

Basic Examples  (1)