Tenho a seguinte estrutura: <tr> <td>Modalidade</td> <td><input type=”checkbox” name=”check_adulto” id=”check_adulto”> Adulto(s) <?php echo $ detalhes->ati_faixa_adulto_inicio; ?> – ∞</td> <td><input type=”checkbox” name=”check_crianca”> Criança(s) <?php echo $ detalhes->ati_faixa_crianca_inicio; ?> – <?php echo $ detalhes->ati_faixa_crianca_final; ?></td> <td><input type=”checkbox” name=”check_infante”> Infante(s) <?php echo $ detalhes->ati_faixa_infantes_inicio; ?> – <?php echo $ detalhes->ati_faixa_infantes_final; ?></td> </tr> <?php foreach($ modalidades as $ valor){Read more