Radio Buttons (Single Choice)

The Radio Buttons or Single Choice question allows the selection of a single options.

Config

Style

Most of the style settings are self-explanatory, but here are a few tips and tricks:

How it works in Formulas

When referenced in formulas like @RadioBoxField, it's value is the value of the checked option. If no option is checked, it's value is zero.

If you want to show the label of the checked option in a formula field, use the LABEL function:
LABEL(@RadioField)

You can concatenate them like this:
LABEL(@RadioField) & LABEL(@CheckboxField) & " Some other text here"

Need Help?
Already checked the help docs? We're quick to answer and friendly
Thanks!
We'll reply very soon at
Send message