You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @aheadware! Thank you for using our products and sorry for the late response. The code is working but you have to move the a tag in front of the input tag like this:
Refer to following code.
Checkbox and rest of the label text does not toggle the checkbox anymore.
<div class="form-group"> <div class="form-check"> <label class="form-check-label"> <input class="form-check-input" type="checkbox"> Check me out at <a href="http://google.de">Google</a> <span class="form-check-sign"> <span class="check"></span> </span> </label> </div> </div>
The text was updated successfully, but these errors were encountered: