Open Mina-R-Meshriky opened 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 ?
$('#selector').prop("indeterminate", true);
Hi @Mina-R-Meshriky,
I've released a new version for bootstrap 4 and bootstrap 5 in palcarazm/bootstrap5-toggle that support indeterminate state.
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 ?