After doing some Google searches and reading some StackOverflow answers, I tried adding this code (between the two **s, I intended to make that bold):
<div class="col-md-2 p-0">
<input type="checkbox" asp-for="GasForcedAir" name="GasForcedAir" id="gasForcedAir" class="form-check-input" onclick="heatSourceSelectOne(this.id)" **style="padding-right:200px !important;"**/><label>Gas Forced Air</label>
</div>
But there's still no space between the checkbox and it's label. Would do you suggest I try instead?
