How to use the checkbox (single) block
Learn everything you need to know to use the checkbox (single) block in your forms.
When to use
Use the checkbox (single) block to let your respondents check/uncheck one checkbox, for example to agree your terms.

How to use
Add a new block to your form and then select the question type Checkbox (single)
. You can now customize this block to your needs with the following features.
Basic features
Each question block has basic features to present the block the way you need, for example Name
, Description
and Help text
. And most of the question blocks have common options, like the Required
and Exportability
options.
More information about these basic features can be found in the help article about our form builder.
Additional features
On top of those basic features, the checkbox block has the following advanced options:
-
Placeholder
By default the name of the block will be used as the label for the checkbox. By enabling the
Placeholder
feature you can show the name of the block on top of the checkbox and show the placeholder as the label for the checkbox. -
Labels
By default the checkbox will be marked as
Checked
orNot checked
in your dataset (your results). By enabling theLabels
feature you can overwrite these labels in your dataset with your own values (more information about labels). -
Score
You can attach scores to the checkbox states to perform instant calculations. By enabling the
Score
feature you can enter the desired score values (more information about instant scores).

Logic
Logic is important to make your forms smart and conversational. The checkbox (single) block can work with the following branch conditions to help you with that:
Block conditions
- Checkbox is checked;
- Checkbox is not checked.
Evaluate conditions
- Value is true;
- Value is false;
- Value equals
your filter
; - Value not equals
your filter
; - Value is empty;
- Value is not empty.
Score conditions
- Score is equal to
your filter
; - Score is not equal to
your filter
; - Score is lower than
your filter
; - Score is higher than
your filter
; - Score is between
your filters
; - Score is not between
your filters
; - Score is calculated;
- Score is not calculated.
Filters
When we mention your filter
above, you can select another question block that you want to compare the given answer with (more info).