I am currently adding a script to a GP tool in ArcGIS Pro and I was wondering how to recreate the functionality which (still exists) on the delete fields GP tool of having checkboxes against items that appear in a dropdown list.
I appreciate the list is dynamic for the delete fields tool based on the feature class or table that the user selects and my use case is not, but I don;t see why that should be a limiting factor. I am looking to hardcode some options into my tool for the user to select against a certain parameter. When I set it up as a multivalue string I get a dropdown that allows multiple picks it, but it adds a new row into the tool GUI every time and the user has to select all 10 options one by one...which isn't very slick. For ease of use I'd just like to enable the user to tick each option they want and have the "select all" behavior as demonstrated on the screenshot.
Any help would be much appreciated.