Class UICheckbox
Represents a checkbox.
Inherited Members
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UICheckbox : UICheckable
Constructors
UICheckbox(CheckBox)
Declaration
public UICheckbox(CheckBox p)
Parameters
Type | Name | Description |
---|---|---|
GeonBit.UI.Entities.CheckBox | p |
UICheckbox(String, Closure)
Create a UICheckbox.
Declaration
public UICheckbox(string text, Closure onValueChange = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text to show with this UICheckbox |
Closure | onValueChange | A Closure to call when this UICheckbox's value changes |