Skip to content

CSS code snippet – How create checkbox ui like disabled checkbox ?

.disabled-checkbox, .disabled-label {
  opacity:0.5;
  pointer-events: none;
}
See also  How to get input as list in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.