Skip to content

Boolean parameter type #11

@stzr1123

Description

@stzr1123

Issue ported from parent repository.

Problem

Right now, all variables are just simple Strings. It would be nice to have different types. We can start by adding a boolean variable type.

Solution

Add boolean type to the available parameter types.

The UI should render a checkbox instead of a String field. It should be possible to define the mapping from this checkbox state (e.g. checked -> true, unchecked -> false or checked -> 1, unchecked -> 0).

Take a look at the parameter types wiki to better understand this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions