Class
CheckBoxInfo

Detailed information about checkbox field properties

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.Forms

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public class CheckBoxInfo

Inheritance: objectCheckBoxInfo

Constructors

CheckBoxInfo()

Declaration

cs-api-definition
public CheckBoxInfo()

Properties

ExportValue

The export value when the checkbox is checked

Declaration

cs-api-definition
public string ExportValue { get; set; }

Property Value

string

IsChecked

Whether the checkbox is currently checked

Declaration

cs-api-definition
public bool IsChecked { get; set; }

Property Value

bool