Skip to content

Config: Add Option for Multiple Choice #90

@Sewer56

Description

@Sewer56

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions