# Checkbox input fields (true/false)

> Let users toggle an option on or off to drive show/hide and either/or logic.

Source: https://bluepic.io/help/input-fields/checkbox-input-fields  
Language: en  
Category: input-fields  
Last updated: 2026-06-15

A checkbox input field gives the people using your design generator a single on/off toggle. Its value is simply true or false, which can show or hide an element, or switch a setting like [Wrap](https://bluepic.io/help/design-elements-and-tools/text-wrap) on and off.

You add it through the custom-property route: select the element, click **Select Custom Property** in the add popup, then click the true/false property you want to expose, for example the element's **Visibility** (see [Adding input fields](https://bluepic.io/help/input-fields/adding-input-fields)).

The field has one setting:

- **Label**: the text shown next to the checkbox in the design generator.

![](https://imagedelivery.net/mudX-CmAqIANL8bxoNCToA/f6687cb3-d716-4da2-602d-538fe1c53000/max)

> Because the value is just true or false, you can also feed it into expressions to [switch between two outcomes](https://bluepic.io/help/expressions-and-logic/guide-if-else-logic).
