Back Forward Harness and Section forms
Adding a Check Box control

About Harnesses

About check box controls

Check box controls present a user with an option or a list of options, from which the user can make a single selection. A cell in a layout can present a property as a TrueFalse type using a Check box (pxCheckbox) control.

Upgrading check box controls

As a best practice, use pxCheckbox, rather than the deprecated Checkbox control. See About the V5 Check Box control.

If a section contains a deprecated (Checkbox) or outdated check box control, or another control for which there is an improved alternative, such as (pxCheckbox), a warning displays, along with an Update Controls button. Click Update Controls to automatically update deprecated controls in the section. Automatic update is not available for all controls; see Upgrading deprecated and outdated controls on the PDN.

NoteIf you have a use case that requires a specific configuration of a standard control, such as a check box, you can make a copy of the control and save it using a new name.
For example, if you use a Yes/No radio button frequently, you can save a copy of pxRadioButton as pxYesNoRadioButton. Configure pxYesNoRadioButton to display Yes/No radio buttons, and then use pxYesNoRadioButton wherever you'd like it. Do not modify the Control Modes and UI Element settings.

Adding a check box

TipUse these Windows operations to speed development:

Up About Flow Actions

Up About Harnesses

Up About Sections