help_outline FAQ chevron_right FAQ chevron_right Detail

How do I customize the border color of a Check Box using CSS?

border css box check color customize

Add custom CSS to \Content\custom\custom.css: .k-checkbox { border:1px solid black !important; }, then restart the IIS application.