Support Article
Checkboxes render as unchecked in RDL in Hybrid client on iOS
SA-16217
Summary
Inside a repeating dynamic layout, section rule has a boolean property (checkbox control applied, that is displayed as a slider on an apple device) and a label control. The slider should be displayed as active(true) or disabled(false) based on the value in the property. The slider is disabled, even though the property is true.
Error Messages
NA
Steps to Reproduce
Add checkboxes in a repeating dynamic layout section and view the section on an iPad using a hybrid client.
Root Cause
Browser issue. When rendered on a browser, these ID attribute values for each checkboxes are different.Problem doesn't occur when the application is run on a desktop or mobile browser. After inspecting the values using developer tools, found that the ID attribute value of all these checkboxes is same when displayed using a hybrid client.
Resolution
Apply HFix-24438.
Published January 31, 2016 - 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.