> 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/2-pola-wyboru/checkbox/checkbox-prezentacja-typu-switch.md).

# Checkbox - SWITCH presentation type

#### Additional component properties <a href="#id-pko-checkboxprezentacjatypuswitch-dodatkowewlasciwoscikomponentu" id="id-pko-checkboxprezentacjatypuswitch-dodatkowewlasciwoscikomponentu"></a>

|                                                                                                           |                                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Component graphical representation</strong><br>(section <strong>Other</strong>)<br></p>        | presentation                                                                              | <p>Component graphical representation (choice for value <strong>STANDARD</strong>, <strong>SWITCH</strong>).<br>Value <strong>STANDARD</strong> defines the standard appearance of the component, the value <strong>SWITCH</strong> (available only in selected themes) is a component presentation in the form of a switch taking the right position - on and the left position - off. Depending on the control implementation for a given theme, setting the value <strong>SWITCH</strong> may present the Checkbox differently on desktop and mobile channels (in the standard way on desktop and as a switch on mobile).</p> |
| <p><strong>Clicking the content allows you to select</strong><br>(section <strong>Other</strong>)<br></p> | <p>labelIsClickableCondition for "true"</p><p>doNotSelectOnClickCondition for "false"</p> | Condition determining whether clicking the checkbox content allows it to be selected/deselected. Default value - "true". The property can be set for a component with a graphic presentation of type **SWITCH**. Channel-dependent property!                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><strong>Detailed information for SWITCH</strong><br>(section <strong>Other</strong>)<br></p>           | moreInfoLabel                                                                             | Determines the content of an optional button leading to more detailed information about the field. The property can be set for a component with a graphic presentation of type **SWITCH**.                                                                                                                                                                                                                                                                                                                                                                                                                                       |

Available events within the SWITCH presentation

|                       |                                                                                                                                                                                                                                                                                                        |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **CLICK\_MORE\_INFO** | Event emitted when clicking the label **moreInfoLabel** (**Detailed information for SWITCH**). Allows, for example, triggering a Popup. Instructions for using the event are available on the page [Actions](/documentation/documentation-en/budowanie-aplikacji/logika-biznesowa/przeplywy/akcje.md). |
| **CHECK**             | Event emitted when the Checkbox is selected.                                                                                                                                                                                                                                                           |
| **UNCHECK**           | Event emitted when the Checkbox is deselected.                                                                                                                                                                                                                                                         |

<figure><img src="/files/3703979ebb36a8431c1745868f4720132e4eee1b" alt=""><figcaption><p><em><strong>Figure 1.</strong> Example appearance of the component in the application form in the SWITCH presentation</em></p></figcaption></figure>


---

# 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/2-pola-wyboru/checkbox/checkbox-prezentacja-typu-switch.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.
