Sha256: f4e1c7767d2a2df96efac526eac218dd588d104f17e9fda57097a5e8ee9935ef
Contents?: true
Size: 640 Bytes
Versions: 15
Compression:
Stored size: 640 Bytes
Contents
# Dropbox::Sign::SubFormFieldsPerDocumentRadio This class extends `SubFormFieldsPerDocumentBase`. ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `type`<sup>*_required_</sup> | ```String``` | An input field for radios. Use the `SubFormFieldsPerDocumentRadio` class. | [default to 'radio'] | | `group`<sup>*_required_</sup> | ```String``` | String referencing group defined in `form_field_groups` parameter. | | | `is_checked`<sup>*_required_</sup> | ```Boolean``` | `true` for checking the radio field by default, otherwise `false`. Only one radio field per group can be `true`. | |
Version data entries
15 entries across 15 versions & 1 rubygems