IO farei così:
codice:
For Each L As String In CheckedListBox.CheckedItems
  WriteLine(L)
Next