Checkbox

class UI.Checkbox

This documentation is a work in progress. UI scripting is a new feature, and additional content is still being added. Stay tuned for updates!

Attribute
Value

label

any string This value is required.

checked

True | False

Default: False

disabled

True | False

Default: False

invalid

True | False

Default: False

visible

See Visible. Default: True

Events

Event
Arguments
Description

onChange

checked (True | False)

Triggered when the checkbox is toggled.

Last updated

Was this helpful?