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 outline appears as dashes

SA-43436

Summary



Checkbox outline appears as dashes. The outline changes to a solid line on clicking the Checkbox.


Error Messages



Not Applicable


Steps to Reproduce

1. Create a section with Checkbox control
2. Launch the section
3. Click on the Checkbox (the dashes change to a solid line)



Root Cause



An issue in the custom application code or rules


Resolution

Perform the following local-change:

Replace the below code

input[type="checkbox"].chkBxCtl{
outline : 0.3px solid #000;
}


with

input[type="checkbox"].chkBxCtl{
outline : none;
}




Published September 24, 2017 - Updated October 8, 2020

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?

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