DocuSign.Model.RadioGroup (DocuSign v0.4.2) View Source
This group tab is used to place radio buttons on a document. The `radios` property contains a list of `radio` objects associated with the group. Only one radio button can be selected in a group.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.RadioGroup{
conditionalParentLabel: String.t(),
conditionalParentValue: String.t(),
documentId: String.t(),
groupName: String.t(),
radios: [Radio],
recipientId: String.t(),
requireAll: String.t(),
requireInitialOnSharedChange: String.t(),
shared: String.t(),
templateLocked: String.t(),
templateRequired: String.t()
}