I'm having a problem with a set of radio buttons.
<div class="btn-group control-buttons" data-toggle="buttons-radio">
<button type="button" class="btn">One</button>
<button type="button" class="btn">Two</button>
<button type="button" class="btn">Three</button>
</div>
See here: http://jsfiddle.net/dhbenson/LM9uW/
When the buttons are clicked, they don't ever stay depressed (i.e. none ever appear to be "active").
Does anyone know why not? What else do I need to do to make these buttons work properly?
EDIT
Ah, I see. I forgot to include the bootstrap js code.
This fiddle works: http://jsfiddle.net/dhbenson/qNeSS/