Open CribAd opened 2 years ago
I want to use the readonly-attribute on the checkbox, but when I do, I still can toggle the checkbox. I cannot use d'disabled' instead, because then the property is not included in the post of the form.
How to use readonly on Bootstrap4-Toggle?
Hi @CribAd ,
I've released a new version for bootstrap 4 and bootstrap 5 in palcarazm/bootstrap5-toggle that support readonly attribute.
Thanks.
I want to use the readonly-attribute on the checkbox, but when I do, I still can toggle the checkbox. I cannot use d'disabled' instead, because then the property is not included in the post of the form.
How to use readonly on Bootstrap4-Toggle?