Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
80 lines (40 loc) · 1.28 KB

checkbox.md

File metadata and controls

80 lines (40 loc) · 1.28 KB

Checkbox

A checkbox component can detect user taps and can change their boolean state in response.

Events

Changed

User tapped and released check box.

GotFocus

Check box became the focused component.

LostFocus

Check box stopped being the focused component.

Properties

BackgroundColor

Color for check box background.

Checked

True if the box is checked, false otherwise.

Checkbox Color

Change the checkbox component color

Enabled

If set, user can tap check box to cause action.

Height

Check box height (y-size).

Width

Check box width (x-size).

Text

Text to display on check box.

TextColor

Color for check box text.

Visible

If set, check box is visible.