I have two checkboxes
and
It can be binded to change or click event
$("#example1").click(function (){ $("#example2").click(); }); $("#example2").click(function (){ $("#example1").click(); });