文件名称:yii2-bootstrap-radio-list:Yii2 Bootstrap 单选列表小部件
文件大小:15KB
文件格式:ZIP
更新时间:2024-08-02 12:49:46
PHP
Yii2 Bootstrap 单选列表小部件 使用示例 echo $ form -> field ( $ model , 'list' )-> widget ( 'kolyunya\yii2\widgets\bootstrap\RadioList' , [ 'items' => [ 'value-1' => 'label-1' , 'value-2' => 'label-2' , 'value-3' => 'label-3' ], 'type' => 'primary' , 'size' => 'default' ] );
【文件预览】:
yii2-bootstrap-radio-list-master
----composer.json(719B)
----README.md(395B)
----sources()
--------widgets()
----LICENSE.txt(34KB)