$labelOptions public property
The default options for the label tags. The parameter passed to label() will be merged with this property when rendering the label tag.
See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
public array $labelOptions = ['class' => 'control-label']
Please login to continue.