how to change the checkbox tick color in html code example
Example: how to change the color of a checkbox in html
<style>
#button{
background-color:red
}
</style>
<button id='button' type='checkbox'></button>
<style>
#button{
background-color:red
}
</style>
<button id='button' type='checkbox'></button>