Conditional Logic Checkout

Hello,

I am working on a form to have volunteers sign up to be part of our program. For certain areas they will be working in, they will need to undergo a background check, which they will pay for. Is there any way that I can have the checkout/price populated only if a certain checkbox is selected in the form? I have a integration with Click & Pledge currently on the from. Any help would be greatly appreciated!

Example:

Works with children (if checked they will need to pay the fee)
Works from home (if checked would not need to pay the fee)

You can have a checkbox for each of those options, and when selected, conditionally show a product field in the form. That way, the form total on the page will be the total of all product and option fields in the form. Will that work for you?