I would like to be able to have an element be able to send me a set value that the user doesn't see.  In other words if user clicks check boxes:
A [ 
X ] , B [ 
X ] ,  C [  ] , D [ 
X ] 
I want the results to send me back:
(I don't have a form setup with the checkboxes yet so I don't know what the new checkbox results look like so this is just a generic idea below)
A: checked = $40
B: checked = $50
D: checked = $120
Where the monetary (or any other type of text)  values are values I give to to the field in the program, but are not shown on the form.  I don't know what this is called, but a sort of hidden value that is entered in the results if certain things are checked or radio buttons are chosen or pretty much any element has a value in it.  Doesn't have to calculate, just has to give the value in results.
Hope that makes sense