nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.forms
/
CheckBoxFormField
Check
Box
Form
Field
open
class
CheckBoxFormField
:
EditableButtonFormField
One or more check boxes that can toggle between two states - on and off.
See also
Check
Box
Form
Element
Members
Functions
get
Form
Element
Link copied to clipboard
@
NonNull
open
fun
getFormElement
(
)
:
CheckBoxFormElement
Returns first form element.
get
Form
Elements
Link copied to clipboard
@
NonNull
open
fun
getFormElements
(
)
:
List
<
out
CheckBoxFormElement
>
Retrieve list of form elements that represents this field visually.
get
Selected
Buttons
Link copied to clipboard
@
NonNull
open
fun
getSelectedButtons
(
)
:
List
<
out
CheckBoxFormElement
>
Gets a list of form elements that are currently selected.