I have a input checkbox, I did customize is so its a little bigger and looks like a button, but i want a small info icon in the right bottem corner using a glyphicon
This is what i got right now, but is wont show any glyphicon:
<div class="col-sm-4">
<label class="btn btn-primary btn-block btn-lg-lg">
<span class="glyphicon glyphicon-info-sign" style=""></span>
<input type="checkbox" style="display: none;" name="lang[]" value="Vue" autocomplete="off">Vue
</label>
</div>
This wont show up anything. How to fix?