Radio Group
The Radio Group field allows users to pick one option among many, one per radio button.
The Radio Group
field allows you to specify a group of radio buttons, where no more than one of the buttons can be selected at a time.
For Developers
The Feathery SDK and API reference radio group fields with type
equal to select
. The submitted value is a string
.
Last updated