The Indicator is a control to indicate and on or off state. The control is drawn dark gray when off and with a selectable color when on. Both the state and on-color can be updated by commands sent from your Arduino sketch.

Indicator control

The indicator control can be used to show on/off state.

Checkbox control properties
Property Access Type Method Description
IndicatorColor Read/write Color SetIndicatorColor The color of the indicator when On is true
On Read/write bool SetIndicator Set the indicator state to on (true) or off (false)

This control also supports all the common control properties.

Start typing and press Enter to search