Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@logo-elements/checkbox-group

serhan.gurbuz104See license in LICENSE file23.0.0

A web component that allows the user to choose several items from a group of binary choices.

Logo Elements, Logo, Elements, LEDS, web-components, web-component, web compoonent, web, component, polymer, checkbox, group, checkbox group

readme

@logo-elements/checkbox-group

A web component that allows the user to choose several items from a group of binary choices.

npm version

<logo-elements-checkbox-group label="Export data">
  <logo-elements-checkbox value="0" label="Order ID"></logo-elements-checkbox>
  <logo-elements-checkbox value="1" label="Product name"></logo-elements-checkbox>
  <logo-elements-checkbox value="2" label="Customer"></logo-elements-checkbox>
  <logo-elements-checkbox value="3" label="Status"></logo-elements-checkbox>
</logo-elements-checkbox-group>

Installation

Install the component:

npm i @logo-elements/checkbox-group -s

Once installed, import the component in your application:

import '@logo-elements/checkbox-group';

For more detailed information, please visit:

Logo Elements Documentation ↗