creativetimofficial / now-ui-kit

Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
https://www.creative-tim.com/product/now-ui-kit
Other
1.7k stars 376 forks source link

Made checkbox sign work with non-adjacent .form-check-sign #80

Closed SubodhDahal closed 5 years ago

SubodhDahal commented 5 years ago

Situations where .form-check input[type="checkbox"]:checked and .form-check-sign aren't adjacent siblings, the styles tick wouldn't be displayed such as in:

<input
  class="form-check-input"
  type="checkbox">
Info
<small>(sub-info)</small>
<span class="form-check-sign">
    <span class="check"></span>
</span>

Now it will work in situations like this as well

dragosct commented 5 years ago

Hi, @SubodhDahal! Thank you for using our products and for this issue fixed.

Regards, Dragos