Magento – How to call observer before checkout page in magento2

addtocartcheckoutevent-observermagento2

I am working with magento2, and now I want open popup modal box when the user clicks on checkout link.
Instead of the open checkout page, it should open my custom pop box with the module in magento2.
Anyone know about this please give me a suggestion.

Best Answer

Please try with below event, which is working with before checkout page.

controller_action_predispatch_checkout_index_index