ISUI:commandcheckbox (Element Type)
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 | 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)} |