aminkt/yii2-image-checkbox-widget

ImageCheckbox Widget for Yii 2

dev-master 2018-12-14 00:11 UTC

This package is auto-updated.

Last update: 2024-03-25 16:49:43 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() ?>