i need to know if an item is checked / unchecked but cannot find out how to do this in .net

in vb6 the code was somthing like

lstCheckList.Checked(i)

this would return true or false but how do i do this in dot net ?