Default Boolean Editor

The standard editor that appears for boolean types without specific formatting requirements.

Activation Conditions

  • "type": "boolean"

Example

{
  "type": "boolean",
  "title": "Boolean",
  "x-enumTitles": [
    "Yes",
    "No"
  ]
}