DocuSign v0.1.2 DocuSign.Model.RadioGroup 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
Link to this type
t()
View Source
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() }