hgh/yii-bootstrap-toggle

Using this library you can add on/off switch button which follows bootstrap style.

Maintainers

Package info

github.com/H-Gh/yii-bootstrap-toggle

pkg:composer/hgh/yii-bootstrap-toggle

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-07-08 09:11 UTC

This package is auto-updated.

Last update: 2026-03-08 23:55:48 UTC


README

Using this library you can add on/off switch button which follows bootstrap style.

Usage

PHP

YiiBootstrapToggle::register($this);

HTML

<input type="checkbox" name="anything" class="testClassName" />

jQuery

$(document).ready(function() {
    $(".testClassName").bootstrapToggle();
});

More information: http://www.bootstraptoggle.com/