I have a simple form that has a checkbox. THe checkbox always appears checked when the page loads. How do I make it appear without a check when the page loads?
Here is my code:
<div id="quote_inputCH" style="width: 110px">
<div id="input_wrap">
<input id="checkpoints" class="styled" type="checkbox"></div>
<label for="checkpoints">
<div id="checkboxTITLE">
Checkpoints</div>
</label></div>