I would like to select only one option below which works fine, but also to deselect an option with bootstrap making nothing selected. Is there a way to do this?
<div class="btn-group" data-toggle="buttons-radio">
<button data-toggle="button" class="btn btn-small">1</button>
<button data-toggle="button" class="btn btn-small">2</button>
<button data-toggle="button" class="btn btn-small">3</button>
</div>