ColdBox Forums Notification: Post to Checkboxes in Request Collection

Title: RE: Checkboxes in Request Collection
Thread: Checkboxes in Request Collection
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Hi,

As form check-box is concerned, you will get the name+value of check-box
if it is checked.
see CF-Debugging:

getValue("NameOfCheckBox") is this does
not exits then it will throw error.

getValue("NameOfCheckBox","0") if
checkbox does not exists then this syntax will return 0 value.

Thanks
Sana
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=3B0F1DE8-FF65-CEF6-656FA6AF0360636A