Package com.pspdfkit.forms
Class CheckBoxFormConfiguration
-
- All Implemented Interfaces:
public class CheckBoxFormConfiguration extends FormElementConfiguration<T, K>
Configuration class of com.pspdfkit.forms.CheckBoxFormElement for the creation of a com.pspdfkit.forms.CheckBoxFormField using addFormElementsToPage or addFormElementToPage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CheckBoxFormConfiguration.Builder
Builder used to construct CheckBoxFormConfiguration instance.
-
Method Summary
Modifier and Type Method Description boolean
isSelected()
Returns true
if the checkbox form button will be selected,false
otherwise.-
-
Method Detail
-
isSelected
boolean isSelected()
Returns
true
if the checkbox form button will be selected,false
otherwise.- Returns:
true
the checkbox form button will be selected.
-
-
-
-