- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- Tutorials
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Checkbox
Set and view a Boolean value using select/unselect
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Checked | Checked | Interrupter status. To enable another interface object when the value is True, create a dynamic link between this property and the Enabled property of the object to be enabled | |
Text | Text | Text to be displayed | |
Indicator position | IndicatorPosition | Position of the button relative to the text | |
Text trimming | Elide | Text trimming mode. Insert three dots (...) in the indicated position when the text is too long for the available space. Ignored when the object width is automatic or when word wrap is set | |
Word wrap | WordWrap | Enable/disable the automatic word wrapping when the text is wider than the container. Ignored when the object width is automatic or when text abbreviation is set | |
Font family | FontFamily | Font family | |
Font weight | FontWeight | Font weight | |
Font italic | FontItalic | Enables/disables italics in the text | |
Font size | FontSize | Font size | |
Text color | TextColor | Color of the text to display | |
Style | Style | Graphic style applied to the control | |
Visible | Visible | (Inherited from Element) | |
Enabled | Enabled | (Inherited from Element) | |
Opacity | Opacity | (Inherited from Element) | |
Left margin | LeftMargin | (Inherited from Element) | |
Top margin | TopMargin | (Inherited from Element) | |
Right margin | RightMargin | (Inherited from Element) | |
Bottom margin | BottomMargin | (Inherited from Element) | |
Width | Width | (Inherited from Element) | |
Height | Height | (Inherited from Element) | |
Horizontal alignment | HorizontalAlignment | (Inherited from Element) | |
Vertical alignment | VerticalAlignment | (Inherited from Element) | |
Rotation | Rotation | (Inherited from Element) |
Events
Modified value
- BrowseName
Event that is triggered when the user changes the value of the control
Provide Feedback