question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Vertical Mode/Grid display for CheckboxGroup

See original GitHub issue

What problem does this feature solve?

Currently, the CheckboxGroup options are always rendered in one single line. I want to have the checkboxes displayed Vertically (or in a grid).

What does the proposed API look like?

Add a prop called mode that allows you to pass in a string value horizontal, vertical or grid-3x3. Alternatively, you could allow elements to be added into a CheckboxGroup in JSX.

<CheckboxGroup>
{
	checkBoxOptions.map(option => <Checkbox key={ option.value }>{ option.label }</Checkbox>)
}
</CheckboxGroup>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
benjycuicommented, Apr 11, 2017

Actually, this feature is useful in real world…

0reactions
lock[bot]commented, May 1, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AVEVA™ Viewing Application Graphics in a Web Browser
The InTouch Web Client feature allows you to view selected Industrial graphics used within ... PlotArea: Single tag mode,Grid (Show vertical.
Read more >
What's New | EFDC+ Explorer Modeling System
Current page of the vertical profile was not matching. EE crash when view vertical profile plot in Model Analysis. Ensure the layouts files...
Read more >
Fusion Cloud EPM Working with Oracle Smart View for Office
Features and Components of Oracle Analytics Cloud in Smart View ... launch Smart View from the web application, you require a browser add-on....
Read more >
Search results for: 'samsung or aND aND' - Mobile Defenders
Search results for 'samsung or aND aND' · Wireless NFC Charging Coil for Galaxy Note 9 · Featured · Display Assembly for iPhone...
Read more >
Guide to Using Toad for Oracle - Dell
View DBMS Output ... and to Toad World for instructions on using those features. ... Select this checkbox to make the connection read...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found