Skip to content

Multiple choices when using checkbox type #61

@killianrochet

Description

@killianrochet

We have seen that there is a problem when we use the checkbox format on Elab. The checkbox type does not allow multiple choices to be selected using the options attribute.

    "Subject behaviour (post-trial)": {
      "type": "checkbox",
      "value": "",
      "options": [
        "Agitated",
        "Resting",
        "Sleeping",
        "Sparse trials"
      ],
      "position": 21
    },

The idea would be to create several checkboxes for each choice in the list of options I think

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions