Is it possible to make checkbox field to select a specific choice as default based on user role?
Example: i have checkbox field with 2 choices let’s say “A” or “B”. The condition logic is when the user role is admin it will select “A” as a default. But when the user role is author/contributor it will select “B” as a default. Is this possible?