Inline Checkboxes Array Editor
Horizontal layout version of the checkboxes editor for more compact displays.
Activation Conditions
"type": "array""uniqueItems": true"items": { "type": "string" | "number" | "integer" }"x-format": "checkboxes-inline"
Example
{
"title": "Array",
"type": "array",
"uniqueItems": true,
"x-format": "checkboxes-inline",
"items": {
"type": "string",
"enum": [
"value1",
"value2"
]
}
}