Package com.pspdfkit.forms
Class CheckBoxFormElement
-
- All Implemented Interfaces:
public class CheckBoxFormElement extends EditableButtonFormElement
A single checkbox form control which can be toggled to on or off.
-
-
Method Summary
Modifier and Type Method Description FormType
getType()
Gets form type for CheckBoxFormElement
.CheckBoxFormField
getFormField()
Retrieve parent form field. String
getExportValue()
Gets the export value set for this CheckBoxFormElement. -
-
Method Detail
-
getType
@NonNull() FormType getType()
Gets form type for
CheckBoxFormElement
. See FormType.- Returns:
Form type for
CheckBoxFormElement
.
-
getFormField
@NonNull() CheckBoxFormField getFormField()
Retrieve parent form field.
- Returns:
Attached parent form field.
-
getExportValue
@Nullable() String getExportValue()
Gets the export value set for this CheckBoxFormElement.
- Returns:
The export value or null if it isn't set.
-
-
-
-