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>
- I want to replace the radio button circle with an image that displays another image when checked.
- 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.