Código Javascript:
Ver original
<table width="100%"> <tr> <td width="50%">Reclamado <input type="checkbox" name="rec" id="rec" value="<?php echo $row_usuarios['rec'];?>"/> </td> <td width="50%">Urgente <input type="checkbox" name="urg" id="urg" value="<?php echo $row_usuarios['urg'];?>"/> </td> </tr> </table>
Muchas gracias por vuestro tiempo.