<div class="form-group">
<label class="custom-radio">
<input type="radio" name="option" value="1" checked>
<span class="radio-style"></span> Option One
</label>
<label class="custom-radio">
<input type="radio" name="option" value="2">
<span class="radio-style"></span> Option Two
</label>
</div>
Back to Snippets
CSS Custom Styled Radio Buttons
Easily create beautiful custom styled radio buttons using pure CSS. This snippet shows how to replace default browser styles for a modern and consistent look in your forms.