1
votes

I am trying to change the color of the check box to grey and I only see the text portion of the checkbox control changed the color to grey but the actual check box icon still black. Please advise how I can change both colors to grey. Thanks,

CheckBox rememberMe = new CheckBox("  Keep me logged in");
rememberMe.setUIID("GreyColor");
rememberMe.setOppositeSide(false);

Now I do see the rememberMe checkbox with grey text but the actual checkbox it displays as black bordered box.

1
can you please post with some codes? - tizbn
Please check the original question. I have updated with the code. - Ravimaran

1 Answers

1
votes

To change the checkbox image you have to go on Constants tab of theme and select the required field of checkedbox and change its default image from theme as shown in attached imageenter image description here