php - Can we post Unchecked Radio Button value? -


i have situation need unchecked radio button value. possible send unchecked radio button value through form in php? if yes, can please explain?

<input type="hidden" name="myfield" value="false" /> <input type="checkbox" name="myfield" value="true" /> 

both fields have same name, if checkbox isn't checked, hidden field submitted, if checkbox checked, virtually override the hidden field.

on side note, sure radio buttons wouldn't better suited needs, able see definite answer each questions, whereas checkboxes more submitted selected checkboxes. failing assume checkboxes not submitted checked, assumed unchecked.


Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -