Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 640 Bytes

SubFormFieldsPerDocumentRadio.md

File metadata and controls

12 lines (8 loc) · 640 Bytes

Dropbox::Sign::SubFormFieldsPerDocumentRadio

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required String An input field for radios. Use the SubFormFieldsPerDocumentRadio class. [default to 'radio']
group*required String String referencing group defined in form_field_groups parameter.
is_checked*required Boolean true for checking the radio field by default, otherwise false. Only one radio field per group can be true.