Pablo Alcaraz Martínez

Results 12 comments of Pablo Alcaraz Martínez

Hi @alexfernandez, I'm seeing that download factor is quite easy to have a great score. We can try to switch to a potential expression to be more "brutal" as in...

Hi @norhan22, In [bootstrap5-toggle](https://palcarazm.github.io/bootstrap5-toggle/) there is support for silence toggle method that can resolve your issue but will requiere move your project to bootstrap5. ```javascript $('#toggle-demo').bootstrapToggle('toggle', true); ```

Hi @norhan22, I've released a new version for bootstrap 4 in [palcarazm/bootstrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle) that support silence toggle method.

Hi @Rockburner , This feature is planned for the next version of [boostrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle/). If you use bootstrap 5 you can take a look! ℹ️ [Bootstrap 5-toggle Roadmap for 2023](https://github.com/palcarazm/bootstrap5-toggle/discussions/84) 😊

Hi @Rockburner, This feature is supported in the prerelease 5.0.0-alpha 🥳 You can see it docs: https://palcarazm.github.io/bootstrap5-toggle/#custom-title

Hi @CribAd , I've released a new version for bootstrap 4 and bootstrap 5 in [palcarazm/bootstrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle) that support readonly attribute.

Hi @guillaumecardon , I've released a new version for bootstrap 4 and bootstrap 5 in [palcarazm/bootstrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle) that support toggle silence method.

Hi! I saw there were not commits on master since 2019, so I open [Bootstrap 5 Toogle ](https://palcarazm.github.io/bootstrap5-toggle/), a fork that give support for bootstrap 5. For the moment only...

> Bootstrap 5 actually has switches built in, so no need for a plugin: https://getbootstrap.com/docs/5.0/forms/checks-radios/#switches Hi, The built in switches hasn't all the functionalities of bootstrap toggle. In https://palcarazm.github.io/bootstrap5-toggle/ there...

Hi @PatrickStephansen, I've released a new version for bootstrap 4 and bootstrap 5 in [palcarazm/bootstrap5-toggle](https://github.com/palcarazm/bootstrap5-toggle) that support toggle focus and switch from keyboard.