Hi Canvas,
I have another form question. What inline css can I add so that this link in the label works?
<div class='form-check'>
<input class='form-check-input' type='checkbox' value='' id='defaultCheck1' checked>
<label class='form-check-label' for='defaultCheck1'>
Yes, I agree to the terms of use
</label>
</div>
Currently clicking anywhere in the label toggles the checkbox. I want "terms of use" to link to the t&c page instead of toggling the checkbox, but the css seems to prohibit my tags.
What inline css can I add so that this link in the label works?
Thanks!
