Switch widget: omit typing names for the values

Would it be possible to omit typing a name for every value?

Writing this is not acceptable (see below).

{
  "": 1,
  "": 2,
  "": 3,
  "": 4,
  "": 5,
  "": 6,
  "": 7,
  "": 8,
  "": 9
}

You can write it as an array: [1,2,3,4]

1 Like