TL;DR
Add "checkbox" and "select one of" parameter types for blueprintsWhat?
Checkbox- Available for: Non-dynamic value parameter
- Possible values on input: true [1], false [0] (rendered as checkbox)
- Use case: Enable/disable parts of the blueprint logic or requests
- Available for: Non-dynamic signal parameter
- Possible values on input: predefined set of signals (like on the upgrade planner)
- Use case: Select a signal from a shorter list when deploying BP
