private static void Main(string[] args) { Checkbox checkbox = new Checkbox(OnChecked); checkbox.TriggerChecked(); }