Update BaseHtml.php

This commit is contained in:
Anton 2022-04-23 02:49:22 +03:00 committed by GitHub
parent e4582bdde9
commit d20467183a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ abstract class BaseHtml extends \yii\helpers\Html
/** /**
* {@inheritdoc} * {@inheritdoc}
* Pass `true` in `$options['inline']` to generate {@see https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline inline list}. * Pass `true` in `$options['inline']` to generate [inline list](https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline).
*/ */
public static function radioList($name, $selection = null, $items = [], $options = []): string public static function radioList($name, $selection = null, $items = [], $options = []): string
{ {
@ -108,7 +108,7 @@ abstract class BaseHtml extends \yii\helpers\Html
/** /**
* {@inheritdoc} * {@inheritdoc}
* Pass `true` in `$options['inline']` to generate {@see https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline inline list}. * Pass `true` in `$options['inline']` to generate [inline list](https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline).
*/ */
public static function checkboxList($name, $selection = null, $items = [], $options = []): string public static function checkboxList($name, $selection = null, $items = [], $options = []): string
{ {