Class CheckBoxFormFieldInfo
CheckBox form field info.
Inherited Members
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 |