Package com.ironsoftware.ironpdf.form
Class CheckBoxField
java.lang.Object
com.ironsoftware.ironpdf.form.FormField
com.ironsoftware.ironpdf.form.CheckBoxField
The type Check box field.
- 
Constructor SummaryConstructorsConstructorDescriptionCheckBoxField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean booleanValue, boolean readOnly) (INTERNAL) Please Get CheckBoxField fromFormFieldsSet.getCheckBoxFields()fromFormManager.getFields()
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanGets boolean value of the checkbox.Methods inherited from class com.ironsoftware.ironpdf.form.FormFieldgetAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
- 
Constructor Details- 
CheckBoxFieldpublic CheckBoxField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean booleanValue, boolean readOnly) (INTERNAL) Please Get CheckBoxField fromFormFieldsSet.getCheckBoxFields()fromFormManager.getFields()- Parameters:
- annotationIndex- the annotation index
- name- the name
- pageIndex- the page index
- x- the x
- y- the y
- width- the width
- height- the height
- value- the value
- booleanValue- the boolean value
- readOnly- the read only
 
 
- 
- 
Method Details- 
getBooleanValuepublic final boolean getBooleanValue()Gets boolean value of the checkbox.- Returns:
- the boolean value
 
 
-