1.0.4 • Published 12 months ago

@makeform/checklist v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@makeform/checklist

Fields:

  • items: a list of string / objects for users to check. For object entries, it contains following fields:
    • description: the checklist item text.
    • note: a list of string as the note of this item.

Example configuration:

{   
  isRequired: true,
  config: {
    items: [
      {
        description: "some description, for item1"
        note: [
          "note 1, perhaps some limitation"
          "note 2, perhaps some reminder"
        ]
      }
      "some other description, for item 2"
      "yet another description, for item 3"
    ]
  }
}

License

MIT

1.0.4

12 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago