How to change the color of a check box in antd? You can use simple css .ant-checkbox-checked .ant-checkbox-inner { background-color: red; border-color: red; }
確定! 回上一頁