Class CheckBoxFormField
Represents a check box form field.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class CheckBoxFormField : FormField
  Properties
IsChecked
Gets or sets a value that indicates whether the check box field is checked or not.
Declaration
public bool IsChecked { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean |