Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Checkbox checked border radius CSS

<style>
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}
</style>
<input type="checkbox" class="checkbox-round" />

<demo>
  https://jsfiddle.net/287a4boL
</demo>
Comment

PREVIOUS NEXT
Code Example
Html :: how to quote stuf in htl 
Html :: afjsi sein 
Html :: input decimal html 
Html :: copyright symbol in html 
Html :: button max width bootstrap 
Html :: text souligné html 
Html :: Window yes no decision alert 
Html :: html dash code 
Html :: HTML Table Padding & Spacing 
Html :: html h1 not show 
Html :: meta tags html 
Html :: metaverse 
Html :: html make page not zoomable 
Html :: how to move navlink to the right in bootstrap 
Html :: css change font awesome icon color 
Html :: bootstrap button link 
Html :: typo3 pass argument to action 
Html :: ionic vertical align center 
Html :: read only attribute in html 
Html :: ionic deactivate fab button 
Html :: how to make html open link in new tab 
Html :: vue cursor focus 
Html :: html phone number 
Html :: card button align bottom bootstrap 
Html :: center htl 
Html :: how to like css to html 
Html :: html pattern not working 
Html :: html ideas 
Html :: how to make a telephone button in html 
Html :: browser favicon html 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =