We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'; ??
$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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the following line of TbActiveForm
line 710/711
Does it supposed to use css class
$widgetOptions['labelOptions']['class'] = 'radio-inline';
??
In bootstrap.css [line 1757]
The text was updated successfully, but these errors were encountered: