Nutrient Web SDK
Preparing search index...
Serializers
CheckBoxFormFieldJSON
Interface CheckBoxFormFieldJSON
interface
CheckBoxFormFieldJSON
{
additionalActions
?:
{
[
key
:
string
]:
undefined
|
{
type
:
string
;
[
key
:
string
]:
unknown
}
;
}
;
annotationIds
:
string
[]
;
defaultValues
:
string
[]
;
flags
?:
(
"readOnly"
|
"required"
|
"noExport"
)
[]
;
group
?:
IGroup
;
id
:
string
;
label
:
string
;
name
:
string
;
options
:
FormOptionJSON
[]
;
pdfObjectId
?:
null
|
number
;
permissions
?:
{
delete
:
boolean
;
edit
:
boolean
;
fill
?:
boolean
;
reply
?:
boolean
;
setGroup
:
boolean
;
}
;
type
:
"pspdfkit/form-field/checkbox"
;
v
:
1
;
}
Hierarchy
BaseFormFieldJSON
CheckBoxFormFieldJSON
Index
Properties
additional
Actions?
annotation
Ids
default
Values
flags?
group?
id
label
name
options
pdf
Object
Id?
permissions?
type
v
Properties
Optional
additional
Actions
additionalActions
?:
{
[
key
:
string
]:
undefined
|
{
type
:
string
;
[
key
:
string
]:
unknown
}
;
}
annotation
Ids
annotationIds
:
string
[]
default
Values
defaultValues
:
string
[]
Optional
flags
flags
?:
(
"readOnly"
|
"required"
|
"noExport"
)
[]
Optional
group
group
?:
IGroup
id
id
:
string
label
label
:
string
name
name
:
string
options
options
:
FormOptionJSON
[]
Optional
pdf
Object
Id
pdfObjectId
?:
null
|
number
Optional
permissions
permissions
?:
{
delete
:
boolean
;
edit
:
boolean
;
fill
?:
boolean
;
reply
?:
boolean
;
setGroup
:
boolean
;
}
type
type
:
"pspdfkit/form-field/checkbox"
v
v
:
1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Actions
annotation
Ids
default
Values
flags
group
id
label
name
options
pdf
Object
Id
permissions
type
v
Nutrient Web SDK
Loading...