Online documentation, manuals and tutorials
< All Topics
Print

ToggleButton

Description

A button that can be in two states: Default or Checked.

Properties

Specific

Data

EXPRESSION (boolean)

If the value of this property is false then the button is in the Default state, and if the value is true then it is in the Checked state

Text1

String

The text that is displayed when the Widget is in the Default state.

Text2

String

The text that is displayed when the Widget is in the Checked state.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • eez-gui-widgets-demo
Page content