Hi, I went through many online documents for checkbox input
in XHTML. Can anyone clear my doubt? I mean what does this name field actually stand for?
Milk: <INPUT type="checkbox" name="checkbox" value="Milk">
Chocolate: <INPUT type="checkbox" name="checkbox" value="chocolate">
Cold Drink: <INPUT type="checkbox" name="checkbox" value="Cold Drink">
I thought it was an identifier for that particular checkbox, which can later be used in other file by just referring their name, but when saw that all the checkbox had same name, then why even specify it? A little confused of this. Please Help