you need a label and set its for attribute to the checkbox
On May 29, 7:21 pm, jquertil <[EMAIL PROTECTED]> wrote: > OK I tried my own anticipated solution after looking at some comment > from The Man Himself, but didn't work. > > $("#CheckContainer:not(#Check)").toggle(...); --- does not work. stil > can not click the checkbox :(