Well php is a server side script that runs before the page is loaded. So if anything is clicked on the client side it will not update the page already shown to the client, unless there is a post refresh. You could try to use Javascript or Jquery to get this effect however.
Now if this is a returned value to the checkbox then the value should be the selected value from the dropdown list it just won't show because it is an attribute of the checkbox.
try something like this:
<input type="checkbox" value="<?php echo $area_of_education ?>"> <?php echo $area_of_education ?>