CheckButton

This topic provides you with information concerning the check button as well as information about its properties. A check button is a button having a Checked or Unchecked status. It allows you to select several options. Use this button when you want the end user to choose between several options.

This page discusses:

Layout Design

Properties Explanation
Is Checked Sets the button state: Checked or unchecked.
Is Enabled Defines whether the widget is enabled or not.
Is Shown Sets whether the widget is visible or not.
Name Name of the dialog object. Also used to generate the C++ instance name of the widget.
Icon Icon name.
Visible Sets whether the widget is visible or not.
AttachedToBottom Sets whether the widget is attached to the bottom side of the grid.
AttachedToleft Sets whether the widget is attached to the left side of the grid.
AttachedToRight Sets whether the widget is attached to the right side of the grid.
AttachedToTop Sets whether the widget is attached to the top of the grid.
ConstantHeight Sets whether the widget has a constant height.
ConstantWidth Sets whether the widget has a constant width.
UseButtonLook Set to true if the texte is located in the button itself.
Title Corresponds to the title or to the text content of the widget.

Knowledge Items

ItemsDescription
VisibilityWidget display.
SensitivityActivation of the widget ( react to user interactions or not).
CheckedIndicates if the button is checked.