Can "submit" button also trigger WooCommerce add_action?

If customer checks delivery option on form and submits, can submit button also trigger WooCommerce add_action, custom fee in cart?

Currently, add_action(woocommerce_cart_calculate_fee) works great applying delivery fee but applies fee based on product categories. Customer may want to pickup order so no fee should be applied.