Toggle

class UI.Toggle

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

checked

True | False Default: False

disabled

True | False Default: False

visible

See Visible. Default: True

Events

Event
Arguments
Description

onChange

checked (True | False)

Triggered when the toggle is clicked.

Last updated

Was this helpful?