Skip to content

Can I format checkbox for one item per line  #835

@djy0215

Description

@djy0215

A simple checkbox schema:

{
  "type": "array",
  "format": "checkbox",
  "uniqueItems": true,
  "items": {
    "type": "string",
    "enum": ["value1","value2"]
   }
}

The page will display value1 and value2 in the same line. Is there a way to modify the schema to let one item one line?

FYI, I am using this JSON EDITOR for Jenkins Extended choice plugin.

Thanks:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions