Calling toggle() runs event.preventDefault. Whatever you want the click to do, you need to code it yourself.
On Nov 1, 9:44 am, Snook <[EMAIL PROTECTED]> wrote: > Thanks a lot Wizzud. This works fine. > > But did you have an idea why the checkbox didn't display the check > mark when there are checked ? > > The checkbox are used to run the toggle function. > > Damien