2017 © Pedro Peláez
 

yii2-extension yii2-switchery-widget

iOS 7 style switch widget for Yii2.

image

2amigos/yii2-switchery-widget

iOS 7 style switch widget for Yii2.

  • Monday, June 26, 2017
  • by tonydspaniard
  • Repository
  • 6 Watchers
  • 6 Stars
  • 1,188 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 110 % Grown

The README.md

yii2-switchery-widget

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

Yii2 wrapper for iOS 7 style switches for your checkboxes, (*2)

Install

Via Composer, (*3)

$ composer require 2amigos/yii2-switchery-widget

or add inside compsoer.json, (*4)

"2amigos/yii2-switchery-widget": "*"

to the require section of your composer.json file., (*5)

Usage


use dosamigos\switchery\Switchery; use yii\web\JsExpression; // usage with model echo $form->field($model, 'is_required')->widget(Switchery::className(), [ 'options' => [ 'label' => false ], 'clientOptions' => [ 'color' => '#5fbeaa', ] ]); // usage without model echo Switchery::widget([ 'name' => 'is_required', 'value' => $model->is_required, 'clientOptions' => [ 'color' => '#5FBEAA', 'secondaryColor' => '#CCCCCC', 'jackColor' => '#FFFFFF', ], 'clientEvents' => [ 'change' => new JsExpression('function() { console.log("Cool! You changed my state."); }') ] ]);

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details., (*6)

Credits

License

The BSD License (BSD). Please see License File for more information., (*7)


web development has never been so fun
www.2amigos.us

The Versions

26/06 2017

dev-master

9999999-dev https://github.com/2amigos/yii2-switchery-widget

iOS 7 style switch widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 switchery

26/06 2017

1.0.2

1.0.2.0 https://github.com/2amigos/yii2-switchery-widget

iOS 7 style switch widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 switchery

26/06 2017

1.0.1

1.0.1.0 https://github.com/2amigos/yii2-switchery-widget

iOS 7 style switch widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 switchery

23/06 2017

1.0.0

1.0.0.0 https://github.com/2amigos/:package_name

iOS 7 style switch widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 switchery