Feature Request: Vertical Mode/Grid display for CheckboxGroup
See original GitHub issueWhat 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:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top 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 >
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 Free
Top 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
Actually, this feature is useful in real world…
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.