Inline Object Radios
Horizontal layout version of the object radios editor for more compact displays.
Activation Conditions
"type": "object""enum": [...]"x-format": "radios-inline"
Example
{
"type": "object",
"title": "Would you recommend us?",
"x-format": "radios-inline",
"x-enumTitles": [
"Definitely",
"Probably",
"Not sure",
"No"
],
"enum": [
{
"nps": "promoter",
"score": 3
},
{
"nps": "likely",
"score": 2
},
{
"nps": "passive",
"score": 1
},
{
"nps": "detractor",
"score": 0
}
]
}