nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
709 stars 119 forks source link

Outdated CSS clases for checkbox #66

Open eddybrando opened 2 years ago

eddybrando commented 2 years ago

Describe the bug The checkbox classes used correspond to Bootstrap 4 and not to Bootstrap 5.

To Reproduce Steps to reproduce the behavior:

  1. Go to the resources/js/Pages/Auth/Register.vue
  2. Check the classes of the checkbox
  3. Review the checkbox documentation for checkboxes for Bootstrap 4 and 5

Expected behavior The CSS classes should match the Bootstrap 5 classes.

Documentation: https://getbootstrap.com/docs/5.0/forms/checks-radios/#checks