Checkbox not showing as checked on UserProfile (even with checked=”checked”)
I guess the user-edit screen like tables only. Other check boxes I have are using the the standard table structure. So instead of just using input checkboxes, I’m inserting the check box in the element and the label in the element to follow the structure of the rest of the page. So now my code … Read more