When defining a boolean property, it is not displayed and saved correctly.
Example, using "checkbox":
{
"label": "Label Text",
"name": "field_name",
"type": "checkbox"
}
Displays as a long bar and safes as an empty string "".
Should be saved as a JSON boolean type: True or False
When defining a boolean property, it is not displayed and saved correctly. Example, using "checkbox": { "label": "Label Text", "name": "field_name", "type": "checkbox" }
Displays as a long bar and safes as an empty string "". Should be saved as a JSON boolean type: True or False