I have a custom Image Class which is attached to a DataObject, and I would like to know how to access the value of a checkbox field in the DataObject from the Image Class. I guess the DataObject is the owner/parent (?). I need to get the value from the Image Class so I know how to process the file when it is uploaded, but I don't know the right syntax or way of doing this. Is it possible?
Thanks for any tips!