When you use a list of some options, you can mark it “active”, “disabled” etc. when you want to show something or add some functionality. For example, you need to show that an article is under mouse cursor. articles
article1
active
article2 So, your option has a new property now — “active”. When you want to show that an article is disabled, you do this: articles
article1
active
article2
disabled