Checkbox

Description

Shows a simple checkbox, the state of the checkbox will be saved as a boolean.

Parameters

Parameter Type Description
type string Defines the look of the checkbox, can either be “checkbox” or “toggler”

Example

<property name="available" type="checkbox">
    <meta>
        <title lang="en">Available</title>
    </meta>
</property>