Adding label around the checkbox and text.
<tbody>
<tr>
<td colspan="2">
- <input id="use_billing_account" type="checkbox" name="use_billing" />
+ <label>
+ <input id="use_billing_account" type="checkbox" name="use_billing" />
+ Update Billing Account
+ </label>
<a class="glm_tooltip tooltip" href="#" onclick="return false;" onkeypress="return false;">
<p id="billing-locked">Billing is locked. <br>Enable 'Update Billing Account'<br>to unlock it.</p>
<p id="billing-unlocked" class="glm-hidden">Billing is unlocked. <br>Disable 'Update Billing Account'<br>to lock it.</p>
<i class="fa fa-question-circle"></i>
</a>
- Update Billing Account
</th>
</tr>
<tr>