DocuSign.Model.Checkbox (DocuSign v0.4.2) View Source
A tab that allows the recipient to select a yes/no (on/off) option.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.Checkbox{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
conditionalParentLabel: String.t(),
conditionalParentValue: String.t(),
customTabId: String.t(),
documentId: String.t(),
errorDetails: ErrorDetails,
locked: String.t(),
mergeField: MergeField,
name: String.t(),
pageNumber: String.t(),
recipientId: String.t(),
requireInitialOnSharedChange: String.t(),
required: String.t(),
selected: String.t(),
shared: String.t(),
status: String.t(),
tabId: String.t(),
tabLabel: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
templateRequired: String.t(),
xPosition: String.t(),
yPosition: String.t()
}