I’m using the multiple choice select input to let users specify a set of replicas to deploy. Usually users want all of them, or just one or two. Currently the UX is hostile, either I default to everything selected and users have to uncheck a dozen options if they want to deploy just one, or I default to none selected, and users have a bad time if they want to deploy everything.
Form controls like this usually have some JS-enhanced “select all” and “unselect all” buttons to help with this. Could you add them for multiple choice inputs in the Buildkite UI as well please?