Radio Buttons Boolean Editor
Renders two radio inputs for explicit true/false selection. Labels can be customized.
Activation Conditions
"type": "boolean""x-format": "radios"- Optional:
"x-enumTitles": ["Yes", "No"]for custom labels
Example
{
"x-format": "radios",
"type": "boolean",
"title": "Boolean",
"x-enumTitles": [
"Yes",
"No"
]
}