CheckboxGroup component
See original GitHub issueUsage example, including component/hook API
Would work just like Chips
component, but checkboxes!
<CheckboxGroup>
<Checkbox value="react">R label="act" />
<Checkbox value="ng">Ang label="lar" />
<Checkbox value="svelte">Sv label="lte" />
<Checkbox value="vue" label="Vue" />
</CheckboxGroup>
Possible implementation – describe how the feature can be implemented
No response
Do you want to contribute this feature and create a pull request
Yes
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
CheckboxGroup - React Spectrum Libraries - Adobe
Documentation for CheckboxGroup in the React Spectrum package. ... The example below uses onChange to log how the user is interacting with the...
Read more >lightning:checkboxGroup - example - Salesforce Developers
A checkbox group that enables selection of single or multiple options. This component requires API version 41.0 and later. Descriptor. lightning:checkboxGroup ...
Read more >CheckBoxGroup - Grommet
At its core, the CheckBoxGroup component is a regular <div> element. Thus, both DOM and React properties, methods, and events are accessible.
Read more >CheckboxGroup - New Relic Developers
Default values of the checkbox group. The <Checkbox> components with matching values will be selected. Useful when you don't want to use a...
Read more >Checkbox Group | Retool Component Library
A group of checkboxes to toggle boolean values. Switch Group can group switches buttons in one or more columns, or wrap horizontally.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released in 4.0
@rtivital ok! I can help if that helps. Can open a PR.