Question

Checkbox looks greyed out in chrome
checkbox looks greyed out in chrome without borders compared to Internet Explorer. Do we have any other control to show checkbox in chrome same as in IE.
***Edited by Moderator Marissa to update platform capability tags****
-
Like (0)
-
Accepted Solution

As per our discussion with users we can leave as is look of chrome.
Thank you for the support and suggestions.

Kindly provide us some more details regarding this issue. Like, provide us a compared screenshot of the checkbox. And also, provide us the configuration screenshots for further investigation.

Hello
Please find the screen shots
Thanks
Saritha.

Hi Saritha,
I had cross checked the check box display in both IE and Chrome in Pega v8.1 as shown in the attachment, both the display's seems to be grey for me but the "Checkbox caption" is in black text.
Regards,
Mahesh M

Hi SarithaKumar,
As far as I know, it is a browser behavior , there is no issue with pega .
you can check the similar behavior by creating a sample html and run it in different browsers
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<input type="checkbox"></input>
</body>
</html>
Save this file with .html extension and run it in different browsers to observe the difference

Thank you.
Will it be possible to provide customized checkbox to have same look in Chrome as IE?

Can someone advise on the above question about providing custom checkbox control to have same look in Chrome as IE.


@SarithakumariP Did you try out the CSS change suggested?
Accepted Solution

As per our discussion with users we can leave as is look of chrome.
Thank you for the support and suggestions.