Share via


CheckBox.Value Property

Outlook Forms Script Reference

Returns or sets a Variant that specifies whether the check box is selected. Read/write.

Syntax

expression.Value

expression   A variable that represents a CheckBox object.

Remarks

The settings for Value are:

Control Description
Null Indicates the item is in a null state, neither selected nor cleared.
True Indicates the item is selected.
False Indicates the item is cleared.
Zero (0) Indicates the first page. The maximum value is one less than the number of pages.

See Also