aminkt / yii2-image-checkbox-widget
ImageCheckbox Widget for Yii 2
Package info
github.com/aminkt/yii2-image-checkbox-widget
Type:yii2-extension
pkg:composer/aminkt/yii2-image-checkbox-widget
dev-master
2018-12-14 00:11 UTC
Requires
- bower-asset/imgcheckbox: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-25 20:50:07 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() ?>