Default Boolean Editor
The standard editor that appears for boolean types without specific formatting requirements.
Activation Conditions
"type": "boolean"
Multiple editor formats for boolean-type data with different display options
The standard editor that appears for boolean types without specific formatting requirements.
"type": "boolean"
Renders a single checkbox input for boolean values.
"type": "boolean"
"x-format": "checkbox"
Renders two radio inputs for explicit true/false selection. Labels can be customized.
"type": "boolean"
"x-format": "radios"
"x-enumTitles": ["Yes", "No"]
for custom labelsHorizontal layout version of the radio buttons editor.
"type": "boolean"
"x-format": "radios-inline"
"x-enumTitles": ["Yes", "No"]
for custom labelsRenders a select input with true/false options. Option labels can be customized.
"type": "boolean"
"x-format": "select"
"x-enumTitles": ["Yes", "No"]
for custom labels