Class LM_CheckBox
Version added: before 9.5

LM_CheckBox
The LM_CheckBox class is a check box that can be marked on or off. To create a new object of this class, use the LM.GUI.CheckBox method.
Methods of LM_CheckBox:
| Name | Returns | Description | Ver |
| SetValue SetValue(value) | void | Sets the value of the check box | < 9.5 |
| Value Value() | bool | Returns whether the box is checked or not | < 9.5 |
Methods inherited from LM_BaseWidget:
| Name | Returns | Description | Ver |
| Redraw Redraw() | void | Call this function to force the widget to redraw itself | < 9.5 |
Methods inherited from LM_View:
| Name | Returns | Description | Ver |
| Enable Enable(enable) | void | Enables or disables a view object | < 9.5 |
| Height Height() | int32 | Returns the height of the widget | 11.0 |
| IsEnabled IsEnabled() | bool | Tells whether the view is currently enabled | < 9.5 |
| IsMouseDragging IsMouseDragging(button) | bool | Verifies if dragging mouse button matches the given argument | 11.0 |
| SetCursor SetCursor(cursor) | void | Change the cursor | < 9.5 |
| SetToolTip SetToolTip(tooltip) | void | Sets the tooltip text for a user interface control | 12.0 |
| Width Width() | int32 | Returns the height of the widget | 11.0 |