<tr><td><?php echo $mostrar['total'] ?></td><td><?php echo $mostrar['status'] ?> </td><td><input type="checkbox" id="check"><label for="check"></label></td></tr>
I have a list of items brought from my database, which are displayed correctly
Now when I press the first one well.
but when I want to select another individually or simultaneously, the first one is removed. Click on the table where it is remaining as in the first case