Theme

PlaygroundBeta

  • A drag-and-drop UI builder for prototyping with Paragon components.Visit playground
npm_versionnpm Paragon package page

CheckBoxGroup

Basic Usage

Any Paragon component or export may be added to the code example.

CheckBoxGroup Props API
  • children element[] Required

    represents the CheckBox components defined within the CheckBoxGroup component and is not a specific named prop that needs to be passed in. At least one CheckBox must be defined within the group. Example: <CheckBoxGroup><CheckBox .../></CheckBoxGroup>

Contents