CSS Checkbox Generator
Generate and customize CSS instantly
input[type="checkbox"] {
width: 20px;
height: 20px;
cursor: pointer;
accent-color: #667eea;
border-radius: 4px;
}
input[type="checkbox"]:checked {
background-color: #667eea;
border-color: #667eea;
}