github.com/jenstornell/kirby-hidden-fields
With this plugin you can have unique visible/hidden fields on each page.
What’s the point?
Let’s say you have a simple checkbox on your panel page somewhere and you are not sure if it should be checked or not. A checkbox only have two states, checked or unchecked. It’s impossible to know if it’s unchecked because it should be false, or if it’s unchecked because we are not sure if it should be checked or not.
Present unknown data as unknown
With this plugin we can flag it as a hidden field to simply say, “I’m not sure about this field”. In a snippet we can display a question mark icon or just a “?” for unknown data.