I've inherited the following checkbox:
<td><div class="text_note"><label for="terms" class="text button_action">
<input type="checkbox" name="terms" id="terms"
onClick="checkCheckBox(this, 'inf_terms', true)">
I understand and agree to the Terms & Conditions.
</label> <span id="inf_terms"> </span></div></td>
I need to write a jquery function (a newbie) so that if the checkbox for the terms of condition is not checked an alert message appears telling the user to check the box before proceeding onto the next page. Thx for any help