1.0.3 • Published 6 months ago

@makeform/checklist v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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