Question
cfinput type=checkbox
I expected the checkbox to send a true or false , but it appears if it's not checked it doesn't get sent in the form collection ?
so instead of checking if form.checkbox EQ "Y" , instead I do this
if isDefined("form.checkbox")
is this correct ?
