I'd really like to be able to have default selections for a multi-select list. I would envision this as either an extension of the existing default key where I could pass a list of selections, or as an option in the choices like
"choices": [
{"name" "Foo", "value": "foo", "selected": True},
{"name" "Bar", "value": "bar", "selected": True},
]
Apologies if this is already possible and I just missed it.