Retrieves or sets a value that indicates the item's state.
Type
Description
Boolean
A Boolean expression that indicates whether the item is checked or unchecked.
The Checked property specifies whether the item is checked
or un-checked. The Check property indicates
whether the current item displays a check box. The Radio
property specifies whether the item displays a radio-button. The RadioGroup
property specifies a group of radio-buttons. A radio group allows a
single radio-item to be checked inside. The GetChecked
property gets a collection of checked items. The GetUnchecked
property gets a collection of checked items. The GetRadio
method gets a safe array with the radio-items being checked within a radio
group. The AllowToggleRadio
property on True, allows a radio button to set on zero ( unchecked ), if the
user clicks twice the radio button. Usually, clicking a radio-button makes the
previously checked radio-button in the same group, to be un-checked, and the
newly clicked item to be checked. Now, if the AllowToggleRadio property is
True, clicking again the radio-button, allows the radio-button to be
un-checked, so allows a radio group to have no radio button checked. Use the ShowCheckedAsSelected
property on True, to show the checked items as selected.