| Checkbox |
| Checked | Returns true if this checkbox is checked. |
| CheckMark | The checkmark icon. Although no guarantees it's an icon! |
| Label | The Sandbox.UI.Label that displays Sandbox.UI.Checkbox.LabelText. |
| LabelText | Text for the checkbox label. |
| Value | Returns true if this checkbox is checked. |
| ValueChanged | Called when the checked state has been changed. |
| OnClick | |
| OnMouseDown | |
| OnValueChanged | Called when Sandbox.UI.Checkbox.Value changes. |
| SetContent | |
| SetProperty | |
| UpdateState | Called to update visuals of the checkbox. By default this applies <c>checked</c> CSS class. |