gitbrent / bootstrap4-toggle

Bootstrap 4 Switch Button / Toggle
https://gitbrent.github.io/bootstrap4-toggle/
MIT License
213 stars 67 forks source link

how to use the indeterminate state ? #38

Open Mina-R-Meshriky opened 4 years ago

Mina-R-Meshriky commented 4 years ago

in a check box there is an indeterminate state that can be shown using $('#selector').prop("indeterminate", true); How to have the same effect on bootstrab4-toggle ?

palcarazm commented 2 years ago

Hi @Mina-R-Meshriky,

I've released a new version for bootstrap 4 and bootstrap 5 in palcarazm/bootstrap5-toggle that support indeterminate state.