I would like to select only one option below that works fine, but also deselect using bootstrap that didn't select anything. Is there any 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>
radio-button twitter-bootstrap
Mike flynn
source share