<td><input name="power" type="checkbox" disabled="disabled" <?php if($row['power_backup']=='on') echo "checked"; ?> /></td>
<td>Power Backup</td>
<td style="width:25px;"><input name="purifier" disabled="disabled" type="checkbox" <?php if($row['water_purifier']=='on') echo "checked"; ?> /></td>
I have some checkboxes ,what i am trying to do if a checkbox is checked(its value is on)
it should bold.
need suggestions.