This is what I did with your code.
html
<label class="checkbox-label"><input type="checkbox" value="115">-middle</label>
css
label.checkbox-label input[type=checkbox]{
position: relative;
vertical-align: middle;
bottom: 1px;
}
Fiddle