ClassCheckBoxField
Binary choice field that toggles on/off; supports custom export value and configurable appearance.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class CheckBoxField : FormField<TwoStatesButtonWidget>, IStructuralElement
Inheritance: objectFormFieldFormField<TwoStatesButtonWidget>CheckBoxField
Implements:
Inherited Members
Constructors
CheckBoxField(string)
Initialize a new CheckBoxField with the provided name.
Declaration
public CheckBoxField(string fieldName)
Parameters
fieldName
The field name.
Properties
ExportValue
Gets or sets the value exported when the checkbox is checked; unchecked exports nothing by default.
FieldType
Gets the field category reported to viewers for rendering and processing.
Declaration
public override sealed FormFieldType FieldType { get; }
Property Value
Overrides
IsChecked
Gets or sets whether the checkbox is currently selected.
IsCheckedByDefault
Gets or sets whether the checkbox is selected when the form is reset to defaults.