Merhaba hangi url de seçili olmasını istiyorsanız aşağıdaki kodu ona göre düzenleyiniz.
<?php
echo isset($_GET['no']) ? '<input type="checkbox" name="iagree" value="true" checked="checked">' : '<input type="checkbox" name="iagree" value="true">';
?>
Ben yukarıda "no" parametresine göre yaptım.