Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Checkbox checked border square 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 :: Can I customize the Work Order Tablet View? I want all the buttons at the top. odoo 
Html :: no ripple angular materisl 
Html :: html favicon error code 
Html :: copyright symbol html 
Html :: what to put in http equiv in html 
Html :: css align image right 
Html :: timestamp trigger is not defined 
Html :: how to add space between buttons 
Html :: bootstrap text warning color 
Html :: how to display a link in html 
Html :: meta viewport 
Html :: What Is the Metaverse? 
Html :: html checkbox default checked 
Html :: how to add google icons in html 
Html :: how do you play audio files on html 
Html :: html note 
Html :: easyui datagrid tabs 
Html :: phone number button on website 
Html :: html bottom right corner 
Html :: bootstrap hyperlink 
Html :: ion-searchbar debounce 
Html :: input type text cache clear 
Html :: html phone call 
Html :: font awesome tag 
Html :: how to use javascript in html 
Html :: how to download a file from html button 
Html :: search bar bootstrap 
Html :: how to fix input field and disabled 
Html :: laravel hide html tags 
Html :: html iframe example 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =