Inline String Radios

Horizontal layout version of the radio editor for more compact displays.

Activation Conditions

  • "type": "string"
  • "enum": [...]
  • "x-format": "radios-inline"

Example

{
  "x-format": "radios-inline",
  "type": "string",
  "title": "String radios",
  "enum": [
    "albert",
    "betti",
    "carl"
  ],
  "x-enumTitles": [
    "Albert",
    "Betti",
    "Carl"
  ]
}