Let’s say users are filling out a form; they can either manually select values, or use a checkbox to apply a set of default values. (We’ll call it Option A for the purposes of this question.)
What should happen in the following scenario:
I have a table with different user options.
These options are either coming from a base template (Standard), a customized base template (Custom), or a customized base template that has not yet been published/finalized (Draft).
I have a list of items a user can pick from. From this list, the user can set a default item. What would be the standard pattern for doing that?
Ideas – star an item, add a "Default" badge next to it, any other ideas?