# Statements - Statements

Component displaying statements

![](/files/8522254473c0eff4bbad9ab29a3054b4a9b32e56)

## Component properties

<table><thead><tr><th>Eximee Designer property</th><th width="180.8834228515625">Attribute name in 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>List of master checkboxes</strong><br>(section <strong>Basic properties</strong>)<br></td><td>masterCheckboxes</td><td><p>List of defined master checkboxes.</p><p>Availability of the functionality depends on the license and may not be available in all implementations.</p><p>The functionality is 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 checked statement</strong><br>(section <strong>Basic properties</strong>)</td><td>valueYes</td><td>The value the statement takes when it is checked - by default, if no other value is set, the value "true" is returned.</td></tr><tr><td><strong>Value of the unchecked statement</strong><br>(section <strong>Basic properties</strong>)</td><td>valueNo</td><td>The value the statement takes when it is unchecked - by default, if no other value is set, the value "false" is returned.</td></tr><tr><td><strong>Component collapse/expand condition</strong><br>(section <strong>Other</strong>)</td><td>expandableCondition</td><td><p>Condition for which the text for collapsing/expanding the entire statements component should be displayed below or next to the main checkbox (depending on the implementation). 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 default expanded component", 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 default expanded component</strong><br>(section <strong>Other</strong>)</td><td>expandedCondition</td><td><p>When the field <strong>Component collapse/expand condition</strong> is set to "true", the property determines whether the component is expanded or collapsed by default. The statements component is expanded by default for the value "true". If the condition is empty or invalid, the value "true" will be evaluated.</p><p><em>For conditions using other components, appropriate listening on the component must be defined.</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 attaching 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. Expandable (depending on flags) can be both the entire component and the content of a single statement. Statements can have one master checkbox (main component checkbox controlling 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: [WCAG best 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
