UICheckBox.new

Inputs:

  • parentSizer [UISizer]:
  • Label [string]:
  • xPosition [integer?]: [optional, default=-1]
  • yPosition [integer?]: [optional, default=-1]
  • width [integer?]: [optional, default=-1]
  • height [integer?]: [optional, default=-1]
  • borderDirection [integer?]: (BorderDirection.ALL, BorderDirection.TOP, BorderDirection.BOTTOM, BorderDirection.LEFT or BorderDirection.RIGHT) [optional, default=BorderDirection.NONE]
  • borderSize [integer?]: in pixels [optional, default=0]
  • proportion [integer?]: [optional, default=0]

Outputs:

  • uiCheckBox [UICheckBox]:

UICheckBox:destroy

UICheckBox:getEnabled

Outputs:

  • [boolean]:

UICheckBox:getValue

Outputs:

  • checked [boolean]:

UICheckBox:isVisible

Outputs:

  • [boolean]:

UICheckBox:setEnabled

Inputs:

  • enabled [boolean?]: [optional, default=true]

UICheckBox:setOnChangeCallback

Inputs:

  • callbackFunction [object]: function(boolean)
  • functionObject [object?]: functionObject [optional, default=NULL]

UICheckBox:setToolTip

Inputs:

  • tooltip [string]:

UICheckBox:setVisible

Inputs:

  • visible [boolean?]: [optional, default=true]

Last updated 12 Apr 2025, 16:09 +0200 . history