Hi,
I want to lock this check box with a if statement like the checked one. Is there a HTML function which does this.
<input type="radio" value="t113o" name="choice[<?php echo $resultid; ?>]" <?php if ($choice == 't113o') echo 'checked= \"checked\"' ?>>