Open reisfira opened 4 years ago
I used this workaround to get it working:
/* fix icheck dynamically inserted */
[class*="icheck-"] > input {
z-index: 1;
cursor: pointer;
width: 22px;
height: 22px;
}
I used this workaround to get it working:
/* fix icheck dynamically inserted */
[class*="icheck-"] > input {
z-index: 1;
cursor: pointer;
width: 22px;
height: 22px;
}
wow this works for me on vuejs too. Thanks!
Using Bootstrap 4.0, icheck-bootstrap from AdminLTE3
I have a modal that is cloned and triggered on click like so:
and within that modal I have the html code:
the radio button cannot be clicked. unless I removed the icheck-primary class and follow the normal radio button from bootstrap - but that'd be without the style.. normally for this kind of issue is about initializing the element from javascript. but this library is fully css