0

I want to do two different things with a set of radio buttons.

<div id="timeSpanForm">
    <input type="radio" id="timeSpan" name="timeSpan" value="0">0-2år
    <input type="radio" id="timeSpan" name="timeSpan" value="2">2-10 år
    <input type="radio" id="timeSpan" name="timeSpan" value="10">10+ år                    
</div>
  1. I want to replace the radio button circle with an image that displays another image when checked.
  2. I want to space out the radio buttons evenly.

So my question is how to do this in general but then also specifically if there is a special boostrap way to do it, since i have to work in bootstrap without too much experience. I have tried googling but not found anything specific. Maybe i just dont get the right search terms.

Im using bootstrap.

technophobia
  • 2,644
  • 1
  • 20
  • 29
Daarwin
  • 2,896
  • 7
  • 39
  • 69

0 Answers0