Check Box

An item that can be selected or deselected and its state is displayed to the user.

Public Variables (Properties)

[?]

Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings, Tooltip.

Label

The text of the check box label.

Variable Name:

label

Records:

1

Record Format:

Field Name

Field Type

Field Description

label

String

Label

Selection State

The default state of the check box. This property has a few selection values:

  • Selected ("selected") - the check box will be rendered with a check mark inside it

  • Unselected ("unselected") - the check box will be rendered without any selection

  • Partially Selected ("partiallySelected") - the check box will be rendered with a square inside it (typically used when part of child check boxes are selected and another part are not)

Variable Name:

state

Records:

1

Record Format:

Field Name

Field Type

Field Description

state

String

Selection State

Disabled

This flag indicates the component is active. Disabled components do not respond to user input, and are rendered as grayed-out.

Variable Name:

disabled

Records:

1

Record Format:

Field Name

Field Type

Field Description

disabled

Boolean

Disabled

Public Events

[?]

Common Events: none

Was this page helpful?