JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<div class="form-group">
    <input type="checkbox" class="form-control checkbox-inline" />
    <input type="checkbox" class="form-control checkbox-inline" />
</div>

CSS

.checkbox-inline {
    display: inline-block;
    width: 30px;
    height: 30px;
}