Retrieves a boolean value indicating whether the check box for the specified item is checked.
public final boolean getItemChecked( int index )
index
The zero-based index of the item whose check box state you want to check.
Returns true if the check box for the specified item is checked or indeterminate; otherwise, returns false.