menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxFormFieldInfo - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxFormFieldInfo

    CheckBox form field info.

    Inheritance
    System.Object
    FormFieldInfo
    CheckBoxFormFieldInfo
    Inherited Members
    FormFieldInfo.Enabled
    FormFieldInfo.HelpText
    FormFieldInfo.Name
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class CheckBoxFormFieldInfo : FormFieldInfo

    Constructors

    CheckBoxFormFieldInfo()

    Declaration
    public CheckBoxFormFieldInfo()

    Properties

    DefaultValue

    CheckBox form field default value.

    Declaration
    public bool DefaultValue { get; set; }
    Property Value
    Type
    System.Boolean

    Size

    CheckBox form field size.

    Declaration
    public double Size { get; set; }
    Property Value
    Type
    System.Double

    SizeType

    CheckBox form field size type.

    Declaration
    public CheckBoxSizeType SizeType { get; set; }
    Property Value
    Type
    CheckBoxSizeType

    Methods

    Equals(CheckBoxFormFieldInfo)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(CheckBoxFormFieldInfo checkBoxFormFieldInfo)
    Parameters
    Type Name Description
    CheckBoxFormFieldInfo checkBoxFormFieldInfo

    An CheckBoxFormFieldInfo to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved