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