Class CheckBox
CheckBox control
public class CheckBox : ButtonBase, ICloneable
- Inheritance
-
CheckBox
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
CheckBox()
public CheckBox()
Fields
IsChecked
protected bool IsChecked
Field Value
Properties
Checked
Is this control currently checked?
public virtual bool Checked { get; set; }
Property Value
OnChanged
A Lua script to execute when the control's value has changed
[FileType("Lua")]
public string? OnChanged { get; set; }
Property Value
Text
The text displayed on the control
public override string Text { get; set; }