bootstrap-switch

WebJar for bootstrap-switch

Лицензия

Лицензия

Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

bootstrap-switch
Последняя версия

Последняя версия

4.0.0-alpha.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

bootstrap-switch
WebJar for bootstrap-switch
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/Bttstrp/bootstrap-switch

Скачать bootstrap-switch

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-switch/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>bootstrap-switch</artifactId>
    <version>4.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-switch/
implementation 'org.webjars.bower:bootstrap-switch:4.0.0-alpha.1'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-switch/
implementation ("org.webjars.bower:bootstrap-switch:4.0.0-alpha.1")
'org.webjars.bower:bootstrap-switch:jar:4.0.0-alpha.1'
<dependency org="org.webjars.bower" name="bootstrap-switch" rev="4.0.0-alpha.1">
  <artifact name="bootstrap-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap-switch', version='4.0.0-alpha.1')
)
libraryDependencies += "org.webjars.bower" % "bootstrap-switch" % "4.0.0-alpha.1"
[org.webjars.bower/bootstrap-switch "4.0.0-alpha.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.bower : bootstrap jar [2.3.2,)
org.webjars.bower : jquery jar [1.9.0,)

Модули Проекта

Данный проект не имеет модулей.

Bootstrap Switch

Dependency Status devDependency Status NPM Version

Turn checkboxes and radio buttons into toggle switches. Created by Mattia Larentis, maintained by Emanuele Marchi and Peter Stein with the help of the community. Compatible with Bootstrap 4, Bootstrap 3 and Bootstrap 2.

Play with demo on my fiddle.

Quick start

Several quick start options are available:

  • Download the latest release
  • Clone the repo: git clone https://github.com/Bttstrp/bootstrap-switch.git
  • Install with npm: npm install bootstrap-switch
  • Install with yarn: yarn add bootstrap-switch
  • Install with Composer: composer require components/bootstrap-switch
  • Install with Bower: bower install bootstrap-switch
  • Install with NuGet: PM> Install-Package Bootstrap.Switch (NuGet package)

Include the dependencies: jQuery, Bootstrap and Bootstrap Switch CSS + Javascript:

<link href="bootstrap.css" rel="stylesheet">
<link href="bootstrap-switch.css" rel="stylesheet">
<script src="jquery.js"></script>
<script src="bootstrap-switch.js"></script>

Add your checkbox:

<input type="checkbox" name="my-checkbox" checked>

Initialize Bootstrap Switch on it:

$("[name='my-checkbox']").bootstrapSwitch();

Enjoy.

Supported browsers

IE9+ and all the other modern browsers.

LESS

  • For Bootstrap 2 (no longer officially supported), import src/less/bootstrap2/bootstrap-switch.less
  • For Bootstrap 3, import src/less/bootstrap3/bootstrap-switch.less

SASS/SCSS

  • For Bootstrap 4, import src/sass/bootstrap4/bootstrap-switch.scss

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

The new issue should contain both a summary of the issue and the browser/OS environment in which it occurs and a link to the playground you prefer with the reduced test case. If suitable, include the steps required to reproduce the bug.

Please do not use the issue tracker for personal support requests: Stack Overflow is a better place to get help.

Known issues

  • Make sure .form-control is not applied to the input. Bootstrap does not support that, refer to Checkboxes and radios

Integrations

License

Licensed under the MIT License.

Версии библиотеки

Версия
4.0.0-alpha.1
3.3.4
3.3.3
3.3.2
3.0.2