quote:Originally posted by Mnjul If you're using PHP it should look like: php code:<input type="checkbox" <?php if($row['field']==1) echo "checked=\"checked\""; ?> />
php code:<input type="checkbox" <?php if($row['field']==1) echo "checked=\"checked\""; ?> />