Radios
Common Configuration Properties
Property
Type
Description
Example Schema Snippet
{
"type": "radios",
"label": "Preferred contact method:",
"model": "contactPreference",
"values": [
{ "name": "Email", "value": "email" },
{ "name": "Phone", "value": "phone" },
{ "name": "Mail", "value": "mail" }
],
"default": "email",
"hint": "Select only one option."
}BetterForms Specific Notes
Full Property Reference
Last updated
Was this helpful?