GUICheckbox

new GUICheckbox(id, options, guimanager, callback, append)

Creates a new GUICheckbox

Parameters

NameTypeDescription
Name
id
Type
string
Description
The id and name element
Name
options
Type
json
Description
Options of element
Name
guimanager
Type
GUIManager
Description
The gui manager
Name
callback
Type
function
Description
Trigger function by click (optional)
Name
append
Type
bool
Description
is added to the <body>. => True by default (optional)

Options

  • x: position left of checkbox (in pixel)
  • y: position top of checkbox (in pixel)
  • size: size of checkbox (float) => "1.0" by default
  • zIndex: depth of the element (int) => 1 by default
  • tabindex: Tab order of the field.

Methods

isChecked() → void

return if element is checked

setChecked(value) → void

check element

setVisible(bool, fade) → void

Set this GUI element to visible or invisible

isVisible() → void

Returns element if is visible or no

dispose() → void

Dispose the GUICheckbox, and delete element.