Checkbox component

🌐 This document is available in both English and Ukrainian. Use the language toggle in the top right corner to switch between versions.

1. Component description

The Checkbox component is a UI element that allows the user to select one or several options, marked with a check mark (tick) when activated.

Use the Checkbox component from the list of Latest components.

2. Main functions

The Checkbox component supports a large number of options for interaction with the process form, which are distributed across tabs.

  • Label: The name of the component that appears next to it.

  • Description: a description of the component that can help users.

  • Tooltip: The text displayed when hovering the cursor over the component.

  • Tab Index: An HTML attribute that allows you to control keyboard navigation through the input fields. For details, refer to HTML documentation — for example, here: tabindex.

  • Hidden: An attribute for fields that are hidden from the users but are still part of the form and are submitted along with the form. Don’t forget to clear the Clear when hidden option; otherwise, any value of this component will be empty.

  • Disabled: A setting that disables editing.

3. Data format

Submission
Boolean
// Example: true
typescript

4. Use cases

These functions use JS insertions. For more details see Variables in JavaScript insertions.

Calculated value

Set a value equivalent to the Checkbox component with the name checkboxLatest1

value = data.checkboxLatest1
javascript