Content:
- Methods

Checkbox is a powerful control when you want the user to select multiple items in a group.

chc = MUI.CreateCheckbox( list, width, height, color ) → Object

Example - Light click to expand contents 

Example - Dark click to expand contents 

Methods

The following methods are available on the Checkbox object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetCheckItem() → List: List of indexes for slected items
GetHeight( options ) → Number
GetLeft( options ) → Number
GetParent() → app object
GetPosition( options ) → Object: { left, top, right, bottom }
GetTop( options ) → Number
GetType() → String
GetVisibility() → String: “Show” or “Hide” or “Gone”
GetWidth( options ) → Number
Gone()
Hide()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean
Show()