Checkbox conditional logic

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?

Hello again. Take a look at this article from Gravity Wiz.

It details a method for using the user login in conditional logic. You can extend this to populate the field with the user’s role, and then base the conditional logic upon that.