Pre-Payment
How would I get the text \"Pre-Payment\" from this using Jquery?
You should probably have a value attribute in the checkbox.
Then you can simply use the attr command:
$(input).attr('value');