In this example, We will show or hide the text based on the value of variable radioOption assigned to ng-show
directive, this variable is being set in ng-init like ng-init="radioOption='true'"
and after the user change the radio selection the text will be show/hide.