I need to have a checkbox appear on a form already checked. I have the following code:
<tr>
<td>Air Monitoring</td>
<td><input type="checkbox" name="fld22" value="true"></td></tr>
Obviously the code is lacking something...what do I need to add in order for the box to appear checked? I've tried value="checked" value="yes" value="-1"
Thank you for your time.
<tr>
<td>Air Monitoring</td>
<td><input type="checkbox" name="fld22" value="true"></td></tr>
Obviously the code is lacking something...what do I need to add in order for the box to appear checked? I've tried value="checked" value="yes" value="-1"
Thank you for your time.