Description
Creates a checkbox booleanUsage
as element:Parameters
Example
Source
Result

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<content:boolean
label="{string}"
field="{string}"
[true-value="{string}"]
[false-value="{string}"]>
</content:boolean>
| Param | Type | Details |
|---|---|---|
| label | string | The label for the textarea |
| field | string | The name of the field. |
| true-value (optional) | string | The value to use when true, (default: true) |
| false-value (optional) | string | The value use when false, (default: false) |
<h3 id="example_stacked">Stacked</h3>
<content:form styling="form-stacked">
<content:boolean label="Test" field="test"></content:boolean>
</content:form>

Was this page helpful?