I have a custom doc type. I wish to present choices ih the form of an array of check boxes that are derived from another doctype’s data. Case in point: The way roles are presented in the User doctype. The check boxes correspond to data derived from the Role doctype.
This means I have to create an ‘editor’ for my doctype then create an instance where I need it. From the User doctype I can see the data type is html. Can this be achieved in the front end or do I really need a js file? I really didn’t want to go to the backend.