Hi Swetha,
If your tranparent container is static,then bind the visibility of that container to the attribute of type boolean.
OnSelect( ) event of your radiobutton as per your requirement, set the value of that boolean attribute to abap_false( for hiding).
else browse this doc How to Hide UI Elements & Adjust View Layout Dynamically in Web Dynpro ABAP which might help you.
Thanks
KH