ISUI:commandcheckbox (Element Type)

From Lavish Software Wiki
Jump to navigation Jump to search

Overview

Base Element

XML Properties

Tag Description Example
Command Command to be executed when the unchecked box is clicked (or the checked box if CommandChecked not specified) RunScript MyScript
CommandChecked Command to be executed when the checked box is clicked Script[MyScript]:End
Data Mathematical Formula (may include data sequences) used to determine whether the button is checked or unchecked ${Script[MyScript](exists)}

See Also