property PropertiesList.DisplayBoolAs as DisplayBoolEnum
Specifies how the properties of boolean type are displayed.

TypeDescription
DisplayBoolEnum A DisplayBoolEnum expression that specifies the way the control displays the boolean properties.
By default, the DisplayBoolAs property is exBoolEnum, so the True and False values are displayed for boolean properties. Use the DisplayBoolAs property on exBoolCheck to display the boolean properties using the check-boxes.

The following screen shot shows the boolean properties using the exBoolEnum ( by default ):

The following screen shot shows the boolean properties using the exBoolCheck: