# CheckBox Management

The block manages a CheckBox element. It allows you to enable, disable, toggle, and get the current state.

| Selector             | \[Selector] User Interface Element Identifier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Action               | <p>Select an action. Possible values:</p><ul><li>Check - enable;</li><li>Uncheck - disable;</li><li>Switch - toggle;</li><li>Verify - check and return the value</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Click Offset         | <p>Click offset by X coordinate. Possible values:</p><ul><li>Center - center;</li><li>Left - left;</li><li>Right - right</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Process ID           | \[Link] A variable that stores the process ID. Indicates which application to work with. If the specified application is minimized or its window is covered by other windows, it will be brought to the foreground. When working with browsers, the process ID additionally specifies the specific browser tab that the block should work with. If the property is left empty, or if the process ID variable was not previously assigned at the time of launching the application or opening the browser, the application and browser tab will be determined from the content of the corresponding selector line. The process ID can be obtained, for example, using the Launch Application or Get Process blocks. |
| Delay Before         | \[Number] Delay in seconds before executing the block                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Delay After          | \[Number] Delay in seconds after executing the block                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Timeout              | \[Number] Maximum wait time for the specified element in seconds                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Result               | \[Boolean] Returns a bool value that shows the current state of the element or its new state if a toggle was performed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Error Handling Level | <p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value of the "Start" block of this diagram will be used</p>                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Message Level        | <p>Select the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value of the "Start" block of this diagram will be used</p>                                                                                                                                                                                                                                                                                                                                           |
| Error Text           | \[Text] Returns detailed information about the error in case of incorrect execution of the block                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/1s-1c-automation/upravlenie-checkbox-1ccheckboxcontrol.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.
