userselected
Userselected, often written as userSelected in camelCase, is a term used in computing to denote that a particular item, option, or element has been chosen by a human user rather than selected automatically by software or by default settings. It typically appears as a boolean flag or as part of a data model, indicating explicit user action. In some contexts the field may appear as userselected in lowercase, especially in JSON or database schemas, while in codebases that use camelCase it may be named userSelected, isUserSelected, or similar variants.
In user interfaces, a userSelected indicator is used to track which items a user has actively chosen
In data models and analytics, userSelected can accompany fields such as selected, enabled, or active to distinguish
Implementation notes: programming languages and data formats do not prescribe a single name; userSelected or userselected