alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CheckBoxFormFieldInfo

    CheckBox form field info.

    Inheritance
    object
    FormFieldInfo
    CheckBoxFormFieldInfo
    Inherited Members
    FormFieldInfo.Enabled
    FormFieldInfo.HelpText
    FormFieldInfo.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("defaultValue")]
    public bool DefaultValue { get; set; }
    Property Value
    Type
    bool

    Size

    CheckBox form field size.

    Declaration
    [JsonPropertyName("size")]
    public double Size { get; set; }
    Property Value
    Type
    double

    SizeType

    CheckBox form field size type.

    Declaration
    [JsonPropertyName("sizeType")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public CheckBoxSizeType SizeType { get; set; }
    Property Value
    Type
    CheckBoxSizeType
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved