When validating a form, to retain the initially filled value in
a text box after the submit button has been clicked, we use value=“<?php echo $value ;?>” in the text box
tag, how do we retain the values selected in a drop down menu,
check box, radio button?