How to disable click on a Label with just CSS
-
1 min read
pointer-events:none;
display:block;
Display block is required if the label contains other block level elements.