If I haev a radio button group in bootstrap like the following :
<div class="btn-group" data-toggle="buttons-radio">
<button class="btn">1</button>
<button class="btn">2</button>
<button class="btn">3</button>
<button class="btn">4</button>
</div>
How can I get
/ set
the selected value ?