WTH Why is there no Checkbox/Multi Select Helper

There are times that I want to represent a set of options. for example: home mode. It can be away, house sitter, guest, etc. Another example is reoccurring chores.

Currently you have to represent this with a bunch of input Booleans or input selects. It would be cleaner to represent this as a single multi select or checkbox helper.

I would love people backing this request. I am looking for a feature on the frontend where the user can select one, or many values among a list, with an potential option for a custom value written by the user. As mentioned, right now the only option is to have a card with multiple booleans, which list cannot be defined dynamically.