Apologies for such a trivial question :)
I have a mobile application where the user can add and manage of data source and rule entries. I now would like to add a feature which allows the user to selectively disable individual entries without deleting them straight away, but wonder if it is better to have an "Enabled" checkbox in the UI, indicating if it is enabled or not, or rather the opposite one with a "Disabled" checkbox.
Similar question also about the database field. Naming it enabled or disabled?
Again, apologies for a rather trivial question but some UX insight would be appreciated.