Checkbox example
Use this object to set and view a Boolean value at runtime.
- Selected checkbox
- The associated variable value is True.
- Cleared checkbox
- The associated variable value is False.
Use case
Enable or disable functions or features within a
FactoryTalk Optix Application
. For example, toggle a graph that visualizes data.Provide Feedback