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

Radio Button disabled permanently in mobile and tablet devices

SA-72510

Summary



Radio button is disabled permanently in mobile and tablet devices. However, it is enabled in a desktop system. Additionally, the color of the button does not turn green on selection.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a checkbox control.
  2. Set the Caption position as 'left'.
  3. Switch to Pega Express.
  4. Select iPad and mobile resolution checkbox. Unable to check this checkbox.


Root Cause



A defect in Pegasystems’ code or rules.


Resolution



Perform the following local-change:
  1. Right align the Caption position checkbox.
  2. Include the below style changes in py-mobile-controls CSS file to obtain the color for the checkbox.

    .iOS .checkbox [type="checkbox"]:checked+label::before,
    .phone .checkbox [type="checkbox"]:checked+label::before,
    .tablet .checkbox [type="checkbox"]:checked+label::before {
        background-color: #0000FF
        background-image: none;
        color: $mx-strong_action_background-background;
        height: 30px;
        width: 50px;
        margin: 0;
    }

Published 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