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.
