Skip to main content

Checkbox Field

type: "checkbox"

A checkbox field to simply switch a boolean.

Additional Fields

FieldTypeDescription
defaultValueboolean?The optional default value

Example

mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "checkbox"
}
]
}