We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A ListboxField should appear as a multi value dropdown field:
ListboxField::create('Test', 'Test', ['0' => 'test1', '1' => 'test2'])
However if the elemental item is inline, it appears as a CheckboxSetField: