Table of Contents

CheckBox Widget

Basics

The CheckBox Widget is for displaying Boolean fields, those that have values of true or false. The value is displayed as a checkbox which is checked when true, unchecked when false and greyed out out when the value is null (no value is specified).


chcekbox widget screenshot

It has this icon in the form builder Design mode toolbar: checkbox widget icon

A CheckBox Widget can only be used to display a value from a single Field. The Field name is displayed next to the checkbox, and so this widget takes up slightly less space than a TextField widget which can also be used to display the values of Boolean Fields.

Editing values

When editing data you cycle through the 3 different states: true, false and null.

Query mode

In query mode you specify the query term by cycling through the possible values: true, false, null, not null, ignore. You can also specify these using the right click popup menu which you might find easier.


query screenshot



Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!