Class CheckboxFormField
Represents a check box form field.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class CheckboxFormField : FormField, INotifyPropertyChanged
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 |
Implements
System.ComponentModel.INotifyPropertyChanged