Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 776 Bytes

SubFormFieldsPerDocumentRadio.md

File metadata and controls

13 lines (9 loc) · 776 Bytes

# 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.
isChecked*required boolean true for checking the radio field by default, otherwise false. Only one radio field per group can be true.

[Back to Model list] [Back to API list] [Back to README]