Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Checkbox selection does not display on UI

SA-85733

Summary



Pega 7 platform is upgraded to Pega 8.2.2.
After enabling the Accessibility Mode mode, the radio button or checkbox selection does not display on the UI.



Error Messages



Not Applicable


Steps to Reproduce

  1. Enable the Accessibility mode in the application.
  2. Toggle the radio button or checkbox option. The selection does not display on the UI though the value is selected.


Root Cause



A software use or operation error.
The corresponding colors associated (that indicate selection on the control) are white (#fff). This color is the same as the background color. Therefore, the radio button selection did not display on the UI.



Resolution



Perform the following local-change:

Add the below CSS code snippet to the UserWorkForm rule:

<style>
div[data-ctl='RadioGroup'] input[type='radio'].Radio:checked + label.rb_.radioLabel::before
{
border-color: #2196F3 !important;
} input[type="checkbox"]:checked, [data-ctl="Checkbox"] input[type="checkbox"]:checked, .flex.content > .flex.content-item
input.checkbox:checked, .flex.content > .flex.content-item > .checkbox input.checkbox:checked, .content-item>.content-inner>.field-item>.checkbox input.checkbox:checked{
    background-color : #2196F3 !important;
  }
</style>

Published August 15, 2019 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us