I have a button that looks like this:
<a id="bRegister" class="button bRegister disabled" onclick="void(0);">Register</a>
The button gets enabled once a previous checkbox is checked. How do I click on the button? I am using Python with Mechanize.