checkbox is not visible clearly in UI

0
What is the way to make the checkbox more clear using css classes. How can we make checkbox more bold ?
asked
1 answers
3

You could use outline: 2px solid; as css to make the border thicker.

 

An alternative could be to use a Switch instead of a checkbox. This also stands out more.

answered