> 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/oswiadczenia-dodatkowe-wlasciwosci.md).

# Statements - additional properties

{% hint style="info" %}
Availability of functionality depends on the license and may not be available in all deployments.
{% endhint %}

## Additional component properties

| Eximee Designer property                                                                                                                                            | Attribute name in the Source    | Description                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Content displayed next to a single master checkbox** (section **Other**)                                                                                          | masterCheckboxLabel             | Property overriding the content next to a single master checkbox.                                                                              |
| **Property overriding the text "Collapse statements content"** (section **Other**)                                                                                  | foldText                        | Property overriding the text "*Collapse statements content"*.                                                                                  |
| **Property overriding the text "Expand statements content"** (section **Other**)                                                                                    | unfoldText                      | Property overriding the text "*Expand statements content"*.                                                                                    |
| **Property overriding the text "I accept all statements"** (section **Other**)                                                                                      | acceptAllText                   | Property overriding the text "*I accept all statements"*.                                                                                      |
| **Property overriding the text "I accept selected statements"** (section **Other**)                                                                                 | acceptSomeText                  | Property overriding the text "*I accept selected statements"*.                                                                                 |
| **Property overriding the text "You did not make a selection for all statements, complete the required information in the statements section"** (section **Other**) | notAllSelectedErrorText         | Property overriding the text "*You did not make a selection for all statements, complete the required information in the statements section"*. |
| **Property overriding the text "You did not consent to the required statements"** (section **Other**)                                                               | notAllRequiredAcceptedErrorText | Property overriding the text "*You did not consent to the required statements"*.                                                               |

## Keys for Statements

Some default component content can be overridden by keys. The override options are listed in the table below (values entered in the tab **Translations**):

| Translation key                                         | Description                                                                                                                                                                                                                                  |
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **iew\.statements.fold**                                | Translation key for collapsing the entire statements component.                                                                                                                                                                              |
| **iew\.statements.unfold**                              | Translation key for expanding the entire statements component.                                                                                                                                                                               |
| **iew\.statements.item.fold**                           | Translation key for collapsing a single statement (item) - overrides *Collapse*.                                                                                                                                                             |
| **iew\.statements.item.unfold**                         | Translation key for expanding a single statement (item) - overrides *Expand*.                                                                                                                                                                |
| **iew\.statements.item.native.accept.button**           | Translation key overriding the text *I accept* → this is the content of one of the popup buttons that appears in the native app after clicking *More*.                                                                                       |
| **iew\.statements.item.native.accept.plural.button**    | Translation key overriding the text *We accept* → this is the content of one of the popup buttons that appears in the native app after clicking *More*. Displayed when we have more than one control on a statement of the same type.        |
| **iew\.statements.item.native.notaccept.button**        | Translation key overriding the text *I do not accept* → this is the content of one of the popup buttons that appears in the native app after clicking *More*.                                                                                |
| **iew\.statements.item.native.notaccept.plural.button** | Translation key overriding the text *We do not accept* → this is the content of one of the popup buttons that appears in the native app after clicking *More*. Displayed when we have more than one control on a statement of the same type. |
| **iew\.statements.item.native.more**                    | Translation key overriding the text *More* → this is the content next to a statement, displayed in the native app. Clicking it opens a popup with the full statement content.                                                                |
| **iew\.statements.item.edit**                           | Translation key overriding the text *Edit data* → this is the content leading to the popup displayed after clicking the text.                                                                                                                |
| **iew\.statements.single.label.acceptAll**              | Translation key overriding the content of the master checkbox for a single control.                                                                                                                                                          |
| **iew\.statements.coapplicant.label.acceptAll**         | Translation key overriding the content of the master checkbox for multiple controls.                                                                                                                                                         |

<div data-with-frame="true"><img src="/files/0dfe1e4d8fc3ce5e810b8efeb035afd8b28f3334" alt="Illustration 1. Example appearance of the component in the application (with one master checkbox)"></div>

<div data-with-frame="true"><img src="/files/23ce88693086a193bbb9a4d654f09dd15f7b372f" alt="Illustration 2. Example appearance of the component in the application (with two master checkboxes)"></div>

{% hint style="info" %}
Demo application (statement keys): demoStatementsKeys
{% 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/oswiadczenia-dodatkowe-wlasciwosci.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.
