I tried
If (checkedListBox1.SelectedItem.ToString() == "Others")
{
//do something
}
but it's not working the way I wanted to.. Whenever the 'Others' item is checked, the code executes but if I tried to uncheck it, it still execute the code as if it runs when that item is selected checked or unchecked..