Enum CheckBoxSizeType
Specifies the checkbox form field size type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CheckBoxSizeType
Fields
| Name | Description |
|---|---|
| Auto | Sizes check box to the font size of the surrounding text. |
| Exactly | Sizes check box to the specified size. |