Skip to content

Instantly share code, notes, and snippets.

View teewuane's full-sized avatar
🏠
Working from home

Travis Millward teewuane

🏠
Working from home
View GitHub Profile
@teewuane
teewuane / _radios.html
Created May 10, 2019 20:24
Styled radio inputs to look like big checkboxes.. all css. Well, SCSS that is..
<div class="radio">
<input type="radio" name="awardchoice" value="THEVALUE" required />
<span class="checkmark"></span>
</div>