recipient_key
, can check a box.
Checkbox places are only available in envelopes with sequential signing.
Example
For example, this is a definition of a checkbox place for the recipient with keyemployee
:
Parameters
Specifies the type of place.For a checkbox place, the value must be
checkbox
.A user-provided key that identifies a place within a document.It must be up to 32 characters long, using only lowercase letters, numbers, or underscores, and it must begin with a letter.
A user-provided key that identifies a recipient within an envelope.It must match one of the
recipient.key
values in the envelope’s recipient list.A user-defined identifier used to store the value entered by the recipient. This value will be included in the
captures
object of the Envelope.Must start with a lowercase letter and contain only lowercase letters, numbers, or underscores. Maximum length is 32.The symbol to display in the checkbox when it is checked.Available options are
check
and xmark
. The default is check
.Specifies whether the recipient must check this box to complete the signing ceremony.Possible values are
required
or optional
. The default is optional
.The height of the checkbox in . The width is the same as the height.Must be between 8 and 40. The default is 20.