I have a Custom field(checkbox field) Fruits with values Apples,Oranges,Lemon.
I have another Custom field(Text field) Shop,
When Apples is checked then i need to auto populate Shop custom field with value (TechDev)
When Oranges is checked then i need to auto populate Shop custom field with value (TechArch)
This is in a view/edit screen so i am looking for script listeners to do the job