alexa
menu

Document Processing

    Show / Hide Table of Contents

    CheckboxFormField Class

    Represents a check box form field.

    Inheritance
    System.Object
    FormField
    CheckboxFormField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FormField.CustomData
    FormField.FlattenOnSave
    FormField.IsHidden
    FormField.Name
    FormField.PageNumber
    FormField.PropertyChanged
    FormField.ReadOnly
    FormField.Widgets
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved