Looking to add text above a checkbox? Consider the following HTML code:
<div class="radio">
<input type="radio" name="optradio" value="public" checked>Public
</div>
I am trying to create a CSS class that formats elements like this:
Public
[]
If you have any suggestions or solutions, please let me know!