I have a form where i can edit the content, at this point i\'m echo\'ing the value of a checkbox into an input field but i rather keep the original checkbox\'s and show which on
while not elegant on every input you can add
<input type="radio" class="px" name="radiochoice" id="radio7" class="radio" value="185.00" <?php if($_POST['radiochoice'] =='185.00'){echo "checked='checked'";} ?>/>
alter the value accordingly, and it may be $_GET, depending on form action