Class SfCheckBox
Represents the SfCheckBox class.
Inheritance
System.Object
SfCheckBox
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public class SfCheckBox : CheckBox
Constructors
SfCheckBox(SfCheckBox)
Initializes a new instance of the SfCheckBox class.
Declaration
public SfCheckBox(SfCheckBox checkBox)
Parameters
Type | Name | Description |
---|---|---|
SfCheckBox | checkBox | SfCheckBox control |
Methods
OnApplyTemplate()
Initializes all the child elements of SfCheckBox control
Declaration
public override void OnApplyTemplate()
OnToggle()
Triggered while changing the state of the checkbox
Declaration
protected override void OnToggle()