Checkbox

The Checkbox widget is a basic UI control that allows users to toggle options on or off. It’s ideal for binary selections and works well individually or in multi-select groups. Each checkbox maintains its own state, making it suitable for independent toggles or grouped inputs.

Common Use Cases Accepting terms and conditions in forms

Turning features/settings on or off

Selecting multiple filters in dashboards

Creating task lists with completion checkmarks

Enabling feature toggles in user profiles

Widget Properties The Checkbox widget does not include advanced or widget-specific configuration options by default. However, its behavior can be extended using visibility rules, conditional logic, or binding to boolean fields.

Step-by-Step Guide to Use the Image Uploader Widget Step 1: Add the Widget

Open the Widgets Panel, go to the Fields & Headers section, and drag & drop the Checkbox widget onto your page at the desired location.

Step 2: Configure Main Settings

Select the checkbox widget and open the Panel Tab. Customize general properties such as label text, field ID, default checked/unchecked state, and visibility.

Step 3: Preview or Finalize

Click on the Run/Preview icon to test the checkbox behavior. Ensure toggling works correctly and reflects changes in your data model or interface logic.

Last updated