Zend certified PHP/Magento developer

How to bind shipping address fields with shipping method?

I want to show/hide some fields based on the selected shipping method.
For example: Show “Shipping Method 1 Field” on the selection of “Shipping Method 1”, hide it otherwise.

enter image description here

How to do it knockout-js way?
Using jQuery with setTimout() works but not standard.