Fix minore checkbox
This commit is contained in:
parent
7704505f66
commit
dc48fd2b17
|
@ -31,7 +31,7 @@ class HTMLWrapper implements WrapperInterface
|
|||
$result = '';
|
||||
|
||||
if( $values['type']=='checkbox' ){
|
||||
$values['class'][0] = 'checkbox-group';
|
||||
$values['class'] .= ' checkbox-group';
|
||||
}
|
||||
|
||||
// Valori particolari
|
||||
|
|
Loading…
Reference in New Issue