Radio buttons in Docly Forms Last updated: 26. Apr 2026
Add radio buttons from the bottom toolbar
Give each option a text
Configure each option with value and group
Parameter | Description |
|---|---|
Group name | |
Enter a name that will group multiple radio buttons together. | |
Value | |
Give each option a value. |
Reading radio buttons in # templates
In step 3 we enterered "G" as "Group name". This means the value can be read from a field called "G" as shown below:
The selected option was: #G#If option "B" is checked then this JSON will be returned from the form:
{
"G": "B"
}Radio buttons in arrays
Unfortunately they do not work in arrays at this point.


