rustamwin/yii2-checkbo

CheckBo widget for Yii2.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/rustamwin/yii2-checkbo

1.0 2018-04-24 15:49 UTC

This package is auto-updated.

Last update: 2025-09-20 01:55:36 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist rustamwin/yii2-checkbo "*"

or add

"rustamwin/yii2-checkbo": "*"

to the require section of your composer.json file.

Usage

<?= $form->field($model, $attribute)->widget(CheckBo::class, []) ?>

License

yii2-checkbo is released under the MIT License.