<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="box">
<p>Do you like me?</p>
<label>
<input type="radio" name="like" checked="">
<span class="yes">Yes</span>
</label>
<label>
<input type="radio" name="like">
<span class="no">No</span>
</label>
</div>