I need to enable/disable some check boxes on a form depending on who is logged in. I’m using sc_field_readonly during the OnLoad event to set the check boxes to read only but when the application is loaded the check boxes and their underlying data isn’t displayed, the area on the page is blank.
Is there a way to display a checkbox but not allow it to be changed by the user?
Thank you!