So, I've seen throughout my years of surfing stack overflow, that using a div as a clickable element is not a good practice, and that you should use a .
However, as I became more skilled with css, I started to use the label trick with radio buttons to make css only layouts. The problem I have, is with forms.
For some reason, buttons reload the page when they are in a forms, and this creates a lot of difficulties for my specific project that I'm not gonna explain.
So pretty much, I need to know if labels, like divs, are not a good practice to have clickable events on
thank you