Multiplication Calculations where check boxes change value
I'm trying to figure out this calculation but I'm only good with the basic stuff that doesn't include check boxes.
If no check boxes are checked, the calculation is PaidYouth*5.50*Term
If Check Box1 is checked the 5.50 changes to 2.50, so PaidYouth*2.50*Term,
If Check Box2 is checked, it changes to PaidYouth*3.50*Term.