Content:
- Examples
- Properties
- Methods

A checkbox group in UI development is a collection of checkboxes grouped together for related selections or options.

ckb = ui.addCheckboxGroup( parent, list?, options?, width?, height? ) → ui object: CheckboxGroup

Here are the methods available for CheckboxGroup Component

Examples

Example - Basic click to expand contents 

Example - Colors click to expand contents 

Example - Elevated click to expand contents 

Example - Outlined click to expand contents 

Properties

The following properties are available on the CheckboxGroup object:

absHeightNumber
absLeftNumber
absTopNumber
absWidthNumber
backColorString
backImageString
borderNumber
borderColorString
borderStyleString
checkIconString
colorString
cornerRadiusNumber
disabledBoolean
elObject
elevationString
elStyleString
fontFileString
heightNumber
iconColorString
iconSizeNumber
isVisibleBoolean
itemPaddingList
labelString
leftNumber
listList
marginsList
opacityNumber
optionsString
orientationString
outlinedBoolean
paddingList
parentObject
positionObject
rotationNumber
sizeVariantString
spaceBetweenNumber
textColorString
textSizeNumber
topNumber
typeString
uncheckIconString
visibilityString
widthNumber

Methods

The following methods are available on the CheckboxGroup object:

getCheckedByIndex( index ) → Boolean
getCheckedByName( name ) → Boolean
getCheckedItems() → String
getEnabled( index ) → Boolean
getEnabledByName( name ) → Boolean
getIcon() → Object
getPosition( options ) → Object
getText( index ) → String
gone()
hide()
setScale( x, y )
show()