bootstrap4-toggle icon indicating copy to clipboard operation
bootstrap4-toggle copied to clipboard

Bootstrap 4 Switch Button / Toggle

Results 40 bootstrap4-toggle issues
Sort by recently updated
recently updated
newest added
trafficstars

Dear All, The checkbox value received when we use this toggle checkbox into the form for on/off type selection, we get only value which is set when active/on and no...

I am using bootstrap4-toggle with MDBootstrap v4.5. When I try to create toogle swith with following code : `` Text size is not upto scale. It has the same problem...

I'm using [bootstrap-table](https://bootstrap-table.com). If I include toggles inside the table, the toggle appears on load, but looses all styling if I apply actions to the table: Pagination or toggle columns...

How can i fix it? Here is my code; ` $(document).ready(function () { setTimeout(function () { $('body #chkToggle').bootstrapToggle('on', true); alert('asd'); }, 2000); }) `

I needed a resolution for tab navigation for the toggle switches in our intranet application. This could be improved with some styling to indicate the focused switch.

I am interested in using this library on a page with a list of 200 countries that I want to toggle on and off. The list is long and when...

https://gyazo.com/35df140430eed1cb65cadadf1f61673d alawys fire the onChange event.

Hi, I use Accessibility checkers in order to make accessibility tools work and i get an error because "label" needs "for" attributes. As multiples "for" can't point to the same...

enhancement

I made a toggle switch component in react with bootstrap4-toggle and it looks like this: ``` import React, { Component } from "react"; import "bootstrap4-toggle/css/bootstrap4-toggle.min.css"; class ToggleSwitch extends Component {...

This adds the `integrity` and `crossorigin` attributes to the CDN install instructions. BootstrapCDN [implented this](https://github.com/MaxCDN/bootstrapcdn/issues/555) in 2015 already. Copied from https://www.srihash.org/ (which I used to calculate these hashes): SRI is...

enhancement