BooleanToggleSwitch
boolean
Description
Shows a toggle switch to set true or false.
Attributes
default
$capture.input
: render the control from this options check | toggle | radio
Example
{
"type": "boolean",
"$capture": {
"as": "boolean",
"input": "radio"
},
"$display": {},
"title": "Test boolean"
}