> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/7-komponenty-specjalne/oswiadczenia-statements.md).

# Statements - Statements

Component displaying statements

![](/files/8522254473c0eff4bbad9ab29a3054b4a9b32e56)

## Component properties

<table><thead><tr><th>Eximee Designer property</th><th width="180.8834228515625">Attribute name in the Source</th><th>Description</th></tr></thead><tbody><tr><td><strong>Statements list</strong><br>(section <strong>Basic properties</strong>)</td><td>items</td><td>List of defined statements to display. Button <strong>Add statement</strong> <img src="/files/813d646bca4eb15181bb044937b6ba9802f47da3" alt=""> opens the drawer <strong>Statements list</strong> used to define "items". Statements are created in <a href="/pages/1e2a5f177aea809bfe25e0a55da6fa1e3a7cda9f">Statement Editor</a>.</td></tr><tr><td><strong>Master checkbox list</strong><br>(section <strong>Basic properties</strong>)<br></td><td>masterCheckboxes</td><td><p>List of defined master checkboxes.</p><p>Availability of functionality depends on the license and may not be available in all deployments.</p><p>Functionality described in more detail in <a href="/pages/9257e93584609ebd37c91f8638a66497a6c3afd7">Multiple master checkboxes in the statements component</a> and <a href="/pages/657934cf9bb16748c5c7c1041bf784425db2ad30">Visibility of a single master checkbox</a>.</p></td></tr><tr><td><strong>Value of the selected statement</strong><br>(section <strong>Basic properties</strong>)</td><td>valueYes</td><td>The value the statement takes when it is selected - by default, if no other value is set, "true" is returned.</td></tr><tr><td><strong>Value of the unselected statement</strong><br>(section <strong>Basic properties</strong>)</td><td>valueNo</td><td>The value the statement takes when it is deselected - by default, if no other value is set, "false" is returned.</td></tr><tr><td><strong>Condition for collapsing/expanding the component</strong><br>(section <strong>Other</strong>)</td><td>expandableCondition</td><td><p>Condition for which, under or next to the main checkbox (depending on the implementation), text for collapsing/expanding the entire statements component should be displayed. When set to "false", the component is expanded and cannot be collapsed (the collapse text is not displayed). If the condition is empty or invalid, the value "false" will be evaluated. <strong>If the property is unconditionally set to "false", there is no point in setting the field "Condition for the component expanded by default", because the entire content will always be displayed</strong>.</p><p><em>For conditions using other components, appropriate <strong>listening</strong>on the component.</em></p></td></tr><tr><td><strong>Condition for the component expanded by default</strong><br>(section <strong>Other</strong>)</td><td>expandedCondition</td><td><p>When the field <strong>Condition for collapsing/expanding the component</strong> is set to "true", the property determines whether the component is expanded or collapsed by default. The statements component is expanded by default when the value is "true". If the condition is empty or invalid, the value "true" will be evaluated.</p><p><em>For conditions using other components, appropriate listening must be defined on the component.</em></p></td></tr></tbody></table>

> More information about component properties: [Common component properties](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

## **Statement title**

The statement title comes from the key defined in the tab **Translations**. The statement content comes from the artifact **Formatted content** (details -> [Creating and binding the Content artifact](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/4-tresci/tresc-textcontent/tworzenie-i-podpiecie-artefaktu-tresc.md)). One or more controls can be assigned to the content of each statement. Depending on flags, either the entire component or the content of a single statement can be collapsible. Statements can have one master checkbox (the component's main checkbox controlling the statement checkboxes) or several master checkboxes (description → [Multiple master checkboxes in the statements component](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/7-komponenty-specjalne/oswiadczenia-statements/wiele-master-checkboxow-w-komponencie-oswiadczen.md)).

<figure><img src="/files/5491691aecef7a5e9114be67589e0ab100b61d5b" alt="" width="563"><figcaption><p align="center"><em><strong>Figure 1.</strong> Example appearance of the component in the application</em></p></figcaption></figure>

{% hint style="info" %}
Demo application: demoStatements
{% endhint %}

{% hint style="info" %}
♿WCAG: [Good WCAG practices for low-code dev](/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0/dobre-praktyki.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/7-komponenty-specjalne/oswiadczenia-statements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
