# Statements - additional properties

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

## Additional component properties

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

## Keys for Declarations

Some default component content can be overridden with keys. The overriding 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 declarations component.                                                                                                                                                                                    |
| **iew\.statements.unfold**                              | Translation key for expanding the entire declarations component.                                                                                                                                                                                     |
| **iew\.statements.item.fold**                           | Translation key for collapsing a single declaration (item) - overrides *Collapse*.                                                                                                                                                                   |
| **iew\.statements.item.unfold**                         | Translation key for expanding a single declaration (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 is displayed 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 is displayed in the native app after clicking *More*. Displayed when there is more than one control in a declaration 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 is displayed 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 is displayed in the native app after clicking *More*. Displayed when there is more than one control in a declaration of the same type. |
| **iew\.statements.item.native.more**                    | Translation key overriding the text *More* → this is the content next to the declaration, displayed in the native app. Clicking it opens a popup with the full declaration content.                                                                  |
| **iew\.statements.item.edit**                           | Translation key overriding the text *Edit data* → this is the text that leads 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 form (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 form (with two master checkboxes)"></div>

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