Skip to main content
Adds a checkbox to your screen.

Configuration

Functions

setValue(String isSelected)

Marks the checkbox as selected (“1”) or unselected (“0”).

toBool()

Returns the value of the checkbox as a Bool, true or false.

toString()

Returns the value of the checkbox as a string, “1” or “0”.