Section with checkbox - CheckboxSection
Last updated
Was this helpful?
Availability of functionality depends on the license and may not be available in all deployments.
This component, like Section, allows grouping other components while displaying a checkbox in the header.

Checked value (section Basic properties)
valueYes
The value the checkbox takes when it is checked - by default, if no other value is set, the value "true" is returned.
Unchecked value (section Basic properties)
valueNo
The value the checkbox takes when it is unchecked - by default, if no other value is set, the value "false" is returned.
Section title (section Basic properties)
title
The content displayed next to the checkbox. Wikimarkup can be used here and variables can be referenced ${variable}.
Dynamic section titles (section Other)
sectionDynamicTitles
Allows you to provide dynamic content for the section checkbox, depending on conditions. The first title in order whose condition is met will be displayed. If none of the conditions is met, the title provided in the property is displayed Section title.
Checkbox checked (section Other)
checked
A value specifying whether the checkbox is checked by default.
More information about component properties: Common component properties

Demo request: demoCheckboxSection
Last updated
Was this helpful?
Was this helpful?
