Works good but this code dosent work.

vb Code:
  1. If CheckBox1.unchecked And CheckBox2.unchecked Then
  2.             MsgBox("u most check 1 option", MsgBoxStyle.OkOnly, "Alert!!!!")
  3.         End If