Class UICheckable
A checkable UIComponent.
Inherited Members
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UICheckable : UIComponent
Properties
Checked
Whether this UICheckable is checked.
Declaration
public bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnValueChange
Fired when the value of this UICheckable changes.
Declaration
public Closure OnValueChange { get; set; }
Property Value
Type | Description |
---|---|
Closure |
Text
Text associated with this UICheckable.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |