Sets a boolean value that indicates whether the check box for the list view item is checked.
public void setChecked( boolean value )
value
Set to true to check the check box for the list view item; set to false to clear the check box.
If the ListView.checkBoxes property of the list view control that contains this list view item is set to false, the effect of this method is not visible.
See Also getChecked