The current choice (enum) setting type only supports selecting a single option from a list. There's no built-in way to allow users to select multiple
options from a predefined list.
Proposed Solution: Add a new multi_choice setting type that allows selecting multiple options from a list, displayed as checkboxes or a multi-select dropdown.
Use Cases:
• Selecting multiple game modes to enable
• Choosing multiple character classes to display
• Enabling multiple optional features simultaneously
• Selecting multiple file types to process
This would fill a gap between the single-choice choice setting and the free-form string_list setting, providing a structured way to handle multiple
selections from predefined options.
The current choice (enum) setting type only supports selecting a single option from a list. There's no built-in way to allow users to select multiple
options from a predefined list.
Proposed Solution: Add a new multi_choice setting type that allows selecting multiple options from a list, displayed as checkboxes or a multi-select dropdown.
Use Cases:
• Selecting multiple game modes to enable
• Choosing multiple character classes to display
• Enabling multiple optional features simultaneously
• Selecting multiple file types to process
This would fill a gap between the single-choice choice setting and the free-form string_list setting, providing a structured way to handle multiple
selections from predefined options.