Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for inline checkboxes #46

Open
troygrosfield opened this issue Jan 13, 2014 · 2 comments
Open

Support for inline checkboxes #46

troygrosfield opened this issue Jan 13, 2014 · 2 comments

Comments

@troygrosfield
Copy link

I don't currently see a way for inline checkboxes:

Any way we can get that support added. Also, allowing the ability to pass a class to the top level of the form group (when the class "form-group" is) would help our styling + js functionality immensely!

@yn-coder
Copy link

And .radio-inline I need it too.

@yn-coder
Copy link

I do it very simple:

  1. coping the \Python33\Lib\site-packages\bootstrapform\templates\bootstrapform\ to my project templates
  2. overwriting <div class="radio"> tag to <div class="radio-inline"> in field.html template

Now all radio groups are inline - thats ok for my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants