Código HTML:
<script type="text/javascript"><!--
function calc()
{
if (document.getElementById('micheck').checked)
{
select_all('location', '1');
} else {
select_all('location', '0');
}
}
//--></script>
<input type="checkbox" id="micheck" onClick="calc();">
Gracias ya lo tengo!