use checkboxes for boolean options

This commit is contained in:
Smith
2023-12-28 21:27:02 +01:00
parent ecdd6db6a0
commit 0f0f179568

View File

@@ -204,6 +204,7 @@
"title": "givenPortOnly",
"description": "Only attempt to query server on given port.",
"type": "boolean",
"format": "checkbox",
"options": {
"grid_columns": 3
}
@@ -212,6 +213,7 @@
"title": "requestRules (Valve)",
"description": "Additional server info may be fetched into the <code>raw</code> field.",
"type": "boolean",
"format": "checkbox",
"options": {
"grid_columns": 3
}