Closed vercotux closed 6 years ago
Line 1444:
if ($asButtonGroup && $checked) { Html::addCssClass($labelOptions, 'active'); }
Line 1455:
if ($checked && $asButtonGroup) { Html::addCssClass($labelOptions, 'active'); }
I don't see any particular reason for this, so I assume it's just some reminiscent code.
I think so also. I can't see any reason. The second part could be removed but it's not urgent.
Thanks for the suggestion. Code will be updated.
Line 1444:
Line 1455:
I don't see any particular reason for this, so I assume it's just some reminiscent code.