menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfCheckBox - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved