security-live / tts.bot

tts.bot
17 stars 6 forks source link

Update checkboxes for Bootstrap 5 #7

Closed REG-GIE closed 1 year ago

REG-GIE commented 1 year ago

Bootstrap 5 uses a different markup for checkboxes, so updated them and added some missing labels (phpstorm is yelling because of them).

Also changed the save functions to accept an element and pass it directly in the event handlers rather than using it from the event target.