
The Boolean Field provides the following capabilities:
Storage for true/false
Boolean fields are stored natively in the appropraite database specific data-type.
Multiple Rendering Options
Boolean fields can be displayed different formats to align with whatever requirements you may have.
In Form Designer you can add a boolean field by dragging the boolean field icon onto the form from the toolbar. ![]()
Double clicking a boolean field in Form Designer will display the boolean field's Properties, Security, and History.

In addition to the Default Field Properties Boolean fields expose the following additional properties:
Details about field security are available here: Field Security
Details about field accessibility are available here: Accessibility
$current.new_boolean_field_1 = true;
$ps.toast($current.new_boolean_field_1);
Details about query operators are available here: ps-queryoperators