In this article I will explain with an example, how to check if a RadioButton or RadioGroup (i.e. set of RadioButtons) is checked (selected) or not checked (not selected) using jQuery.
When the RadioButton is clicked based on whether it is checked (selected) or unchecked (unselected), the HTML DIV will be shown or hidden using jQuery.