Skip to content

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

@d3artagnan

Description

@d3artagnan

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;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions