Customise Checkbox

I need a slightly different checkbox like the one from the standard library.
Instead of a check, I need a smooth background and custom background colors.

What options do I have here?

Can I extend the class or are there other possibilities?

Thanks a lot!

u can use the

input[type=checkbox]{
  // css styles
}`

class to customize the checkbox using css

1 Like