Question

IBM
IBM
CN
IBM
Posted: Apr 8, 2025
Last activity: Apr 8, 2025
Last activity: 8 Apr 2025 8:40 EDT
Solved
how to set check box label color to red
how to set check box label color to red
I tried below:
1. <b style="color:red;"> Urgent Case</b>, save failure
2. Add a css stype with color: #ff0000; and add this css style to check box setting for read-write and read-only classes. But it only take effect for read-only check box, still in black if the check box is editable.