ticked check box
Posted: Mon Jun 20, 2005 1:05 am
Hi,
How do you make a checkbox show as checked as you would to show the selected value in a list menu:
A list menu:
How can I display the above as checked in the same manner as the list menu.
Thanks
How do you make a checkbox show as checked as you would to show the selected value in a list menu:
A list menu:
Code: Select all
<option <?php echo $method=='Drive' ? 'selected' : ''?>>Drive</option>Code: Select all
<input type="e;checkbox"e; name="e;c3"e; value="e;car"e; class="e;input-box"e;>Thanks