Search
 
SCRIPT & CODE EXAMPLE
 

CSS

disabled checkbox css


<input type="checkbox" disabled="disabled"/>

/*Or with CSS
<div id="checkbox">
	<input type="checkbox"/>
</div>

#checkbox {
	pointer-events: none
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to make div position top in css 
Css :: center div vertically and horizontally 
Css :: jquery add external css to head 
Css :: mediaquery for portrate 
Css :: css no wrap 
Css :: comment css 
Css :: how to remove the underline from a link in css 
Css :: input type password css 
Css :: css prevent background scrolling 
Css :: css add space left 
Css :: remove box around button when clicked 
Css :: html css navbar with dropdown 
Css :: css tbody full width 
Css :: import tailwind 
Css :: how to change svg image color on hover using css 
Css :: transition css 
Css :: multiple radial gradient css 
Css :: ios safe area 
Css :: how to make a responsive box in css 
Css :: link active css 
Css :: input area bootstrap highlight 
Css :: css blur image without blur borders 
Css :: css shrink image 
Css :: css background pattern 
Css :: input type (submit, button, reset) css 
Css :: css background property 
Css :: add background image in css 
Css :: css hover change another element 
Css :: remove outline 
Css :: margin bottom 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =