Returns a value indicating whether the specified item is checked.
Parameters
index
The index of the item.
Returns
true if the item is checked; otherwise, false.
Remarks
get_item_checked returns true if the value of CheckState is checked or indeterminate for the item. To determine the specific state the item is in, use the get_item_check_state method.