Originally posted by Mike Hildner
Not sure if this would be considered bad code or not, but this works just fine:

VB Code:
  1. Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
  2.         sender.Checked = True
  3.     End Sub
This wont work with Option Strict On