DocuSign.Model.Radio (DocuSign v0.4.2) View Source
One of the selectable radio buttons in the `radios` property of a `radioGroup` tab.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.Radio{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
errorDetails: ErrorDetails,
locked: String.t(),
pageNumber: String.t(),
required: String.t(),
selected: String.t(),
tabId: String.t(),
tabOrder: String.t(),
value: String.t(),
xPosition: String.t(),
yPosition: String.t()
}