Codice PHP:
for($i=1;$i<11;$i++)
{
    if ( isset(
$_POST['chk'.$i]) )
    {
        echo 
"Il checkbox {$i} è stato selezionato<br />";
    }