Checked Property (Windows Common Controls)

       

Returns or sets a value that determines if an item is checked (has a checkmark next to it).

Syntax

object.Checked [= boolean]

The Checked property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying if an item is checked, as described in Settings.

Settings

The settings for boolean are:

Constant Description
False (Default) The item is not checked.
True The item is checked.