How can I get the value of the checked switch in the list of radio buttons. Here is my code
<div class="report_type">
<input type='radio' name='choices' value='balance'>Balance Report <br/>
<input type='radio' name='choices' value='invoice'>Invoice Report <br/>
<input type='radio' name='choices' value='payment'>Payment Report <br/>
<input type='radio' name='choices' value='traffic'>Traffic Report <br/>
<input type='radio' name='choices' value='cdr'>CDRs
</div>
Give any help ????
user1283576
source
share