i have a form that has several checkboxes. I want a label to display the total amount of all the checkboxes clicked.
for example:
cbo1 = 100
cbo 2 = 75
if the user clicks both then the label will display 175
also, if the user unclick a box it will deduct it from the total.