Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom checkboxes and radios markup (using input inside label) #25713

Closed
gitrequests opened this issue Feb 25, 2018 · 1 comment
Closed

Custom checkboxes and radios markup (using input inside label) #25713

gitrequests opened this issue Feb 25, 2018 · 1 comment

Comments

@gitrequests
Copy link

Is it possible to put input IN label? In latest version it is not working. I mean this markup:

<div class="custom-control custom-checkbox">
  <label class="custom-control-label">
    <input type="checkbox" class="custom-control-input">
    Check this custom checkbox
  </label>
</div>
@ysds
Copy link
Member

ysds commented Feb 27, 2018

Please see #25179 (comment)

@mdo mdo closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants