<div class="btn-group">
<button id="v1" type="button" class="btn btn-primary">один</button>
<button id="v2" type="button" class="btn btn-primary">два</button>
<button id="v3" type="button" class="btn btn-primary">три</button>
</div>
<div class="btn-group">
<button id="v1" type="button" class="btn btn-primary active">один</button>
<button id="v2" type="button" class="btn btn-primary">два</button>
<button id="v3" type="button" class="btn btn-primary">три</button>
</div>