el checkbox tiene el valor= 10
Código PHP:
<?php
$query="update Usuarios set region = $checkbox
whe nombre = 'spider'
";
mysql_query($query,$link);
echo"
<table action="mipagina.php" method="get">
<input type='checkbox' name='checkbox' value='10'>
<input type='submit' value='- actualizar-'
</table>
";
?>