aminkt / yii2-image-checkbox-widget
ImageCheckbox Widget for Yii 2
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
- bower-asset/imgcheckbox: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-25 18:01:04 UTC
README
How to install this widget:
Step1: Run below command
composer require aminkt/yii2-imageCheckbox-widget
Or add flowing line to require part of
composer.json
:"aminkt/yii2-imageCheckbox-widget": "*",
And then run bellow command in your composer :
Composer update aminkt/yii2-imageCheckbox-widget
Step2: Add flowing lines in your application view file:
<?php echo \aminkt\widgets\imageCheckbox\ImageCheckboxWidget::widget() ?>