<?php /** * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 * @package yii2-widgets * @version 3.4.0 */ namespace kartik\widgets; /** * Switch widget is a Yii2 wrapper for the Bootstrap Switch plugin by Mattia, Peter, & Emanuele. * This input widget is a jQuery based replacement for checkboxes and radio buttons and converts * them to toggle switches. * * @author Kartik Visweswaran <kartikv2@gmail.com> * @since 1.0 * @see http://www.bootstrap-switch.org/ */ class SwitchInput extends \kartik\switchinput\SwitchInput { }