Check box control property sheet - extended page

You can create a check box control to use for Boolean values or any field that has only two values.

A check box control can be either selected or cleared. When you create the control, you specify the values to associate with the corresponding field when the control is selected or cleared. You can assign any two strings for the selected and cleared values of the control.

You should attach a default-value hook to the field for this control. If you do not set the initial value of the control, Rational® ClearQuest® sets its value to cleared.

The following table lists the properties of the Extended page.

Property
Description
Check Value
Enter the text to display when there is a mark in the check box.
Uncheck Value
Enter the text to display when there is no mark in the check box.

Feedback