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

Css class for radioButtonListGroup is miss typed to checkbox-inline #1041

Open
d3artagnan opened this issue Aug 25, 2016 · 0 comments
Open

Comments

@d3artagnan
Copy link

On the following line of TbActiveForm
line 710/711

if(isset($options['inline']) && $options['inline'])
     $widgetOptions['labelOptions']['class'] = 'checkbox-inline';

Does it supposed to use css class
$widgetOptions['labelOptions']['class'] = 'radio-inline';
??

In bootstrap.css [line 1757]

.radio input[type="radio"],
.radio-inline input[type="radio"],     **<- will be missed**
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants