For the complete documentation index, see llms.txt. This page is also available as Markdown.

Section with checkbox - CheckboxSection

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.

Component properties

Eximee Designer property
Attribute name in the Source
Description

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

Figure 1. Example appearance of the component on the application

Demo request: demoCheckboxSection

♿WCAG: Good WCAG practices for low-code dev

Last updated

Was this helpful?