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
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.