By default, I create several radio button and one of it checked="checked".
Now I would like to do some checking condition, and check the radio button
when condition match.
<?php if($c = 1){ ?>
<!-- check first radio button -->
<? else ?>
<!-- check second radio button -->
<? } ?>