Change the postal code required field based on country [closed]

I have a wordpress website, what I’m trying to achieve is to toggle the Required* of the postal code field on checkout page based on country/city selected. To be more specefic if the country is Lebanon I want the postal code field to not mandatory, as for all other countries to be required. I want to do that using code snippet if possible.