Can't select checkbox inside Accordion Plugin

Can't select checkbox inside Accordion Plugin

Hi, I am using the accrdion plugin and I added some checkbox elements and some radio button elements among other input elements inside the accordion.
Clicking on the checkboxes inside the pane of the Accordion does not show a tick mark in the check box. 
I moved my html code that renders that checkboxes outside the accordion and it worked fine. Also for further troubleshooting I placed the the statement $("#accordion").click(function(){ alert("something");}) 
and now when I click on the checkbox, it shows a checkmark which then immediately disappear after I click the "OK" button on the pop-up. It seems that something is causing the checkbox to uncheck. But I don't know what exactly. Any thoughts. Thanks