[Form] Inline radio buttons/checkboxes not working as expected
See original GitHub issueIssue description
- components:
Form - reactstrap version
#4.8.0, #5.0.0-alpha3 - import method
npm + import - react version
#16.0.0 - bootstrap version
#4.0.0-beta.2
What is happening?
Following reactstrap Form documentation, radio buttons/checkboxes are not displaying inline as expected.
What should be happening?
Radio buttons/checkboxes should be inline with “FormGroup check inline”.
Steps to reproduce issue
- Copy and run Inline Checkboxes example in docs, result is not as shown in the example (still vertical).
Error message in console
Warning: Received `true` for non-boolean attribute `inline`. If this is expected, cast the value to a string.
in div (created by FormGroup)...
Code
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Radio buttons and checkboxes not appearing - Stack Overflow
I am trying to launch a Web UI using Flask, however, the radio buttons and check boxes aren't ...
Read more >Tabbing through form never gives focus to radio buttons or c
Hello, I'm having an issue where when I have either radio buttons or checkboxes on a form in Angular they never gain focus...
Read more >Checkboxes and Radio Buttons - Formidable Forms
Checkbox fields allow the user to select one or more options and boxes can be checked and unchecked. Radio Buttons fields will allow...
Read more >checkboxes and radio buttons do not show - WordPress.org
[This thread is closed.] Hi, I used yikes easy forms wordpress plugin to register users to my mailchimp account. easy forms is not...
Read more >How To Display The Divi Contact Form Checkboxes And ...
So in this tutorial I am going to solve the problem and to show you how to make the checkboxes and radio buttons...
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

I’m going to try to merge some of the pending PRs tonight and cut release.
Closing since there is a new beta release and as far as I know the inline radio buttons/checkboxes work.