States for toggle button components, including controls like ToggleButton, Check, Radio, and data renderers.

Available since

1.0.0

.

See also:

Values

UP(selected:Bool)

The up state, when there is no interaction.

Available since

1.0.0

.

HOVER(selected:Bool)

The hover state, when the mouse is over the component. This state is not used with touch.

Available since

1.0.0

.

DOWN(selected:Bool)

The down state, on mouse down or touch begin.

Available since

1.0.0

.

DISABLED(selected:Bool)

The disabled state, when the component's enabled property is false.

Available since

1.0.0

.