Preview:
<form>
    <div class="form-radio-container">
        <input type="radio" name="fav-fruit" id="form-input-oranges" />
        <label for="form-input-oranges">Oranges</label>
    </div>
    <div class="form-radio-container">
        <input type="radio" name="fav-fruit" id="form-input-mango" />
        <label for="form-input-mango">Mango</label>
    </div>
    <div class="form-radio-container">
        <input type="radio" name="fav-fruit" id="form-input-peaches" />
        <label for="form-input-peaches">Peaches</label>
    </div>
</form>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter