> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/workflow/cards-overview/and/document-field/checkbox-is-checked.md).

# Checkbox is checked

<figure><img src="/files/7QViotOEdssZzweGKGpa" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

This workflow card is designed to automate actions based on the state (checked or unchecked) of a checkbox within your ERP system. By evaluating the checkbox's condition, it facilitates the triggering of specific processes or the enforcement of certain rules within the application.

## **Components of the Card:**

* **Field Name**
  * **Description:** Specifies the name of the checkbox field that will be evaluated.
  * **Detail:** This should match the exact field identifier used in the system. It determines which checkbox's state is being monitored.
* **Boolean**
  * **Description:** Defines the condition that triggers the workflow.
  * **Options:**
    * **True:** The workflow triggers if the checkbox is checked.
    * **False:** The workflow triggers if the checkbox is unchecked.

#### **Functionality:**

* **State Detection:** The card continuously monitors the state of the specified checkbox field.
* **Condition Evaluation:** The system checks whether the checkbox is in the state (checked or unchecked) specified by the Boolean condition.
* **Action Execution:**
  * **True Condition:**\
    If the checkbox’s state matches the specified Boolean condition (either true for checked or false for unchecked), the system initiates the associated actions. These could include enabling or disabling form fields, triggering notifications, starting workflows, or updating records.
  * **False Condition:**\
    If the checkbox’s state does not match the condition, alternative or no actions may be taken, depending on the workflow setup.

## **Setup and Configuration:**

* Users configure the card by selecting the checkbox field from a list of available fields and setting the Boolean condition.

## Conclusion :

The "Checkbox Field Condition" workflow card is a fundamental tool for managing dynamic forms and documents within an ERP system, where user inputs can dictate subsequent data processes. By automating actions based on the state of a checkbox, this card enhances workflow efficiency and ensures that system behaviors align with user inputs. Clear documentation of this card will help users effectively implement it within their operations, allowing for better control over form behaviors and process automations.

**Note: Not every customer has the checkbox, but it can be added if desired.**


---

# 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.docbits.com/administration-and-setup/workflow/cards-overview/and/document-field/checkbox-is-checked.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.
