How can I deploy the Radio Button group and make one of the buttons pre-toggled?
I have a radio-buttons group with days of the weeks values. This one:
I encountered the same problem but wanted a simpler solution. I've noticed that appending "active" to class doesn't solve the problem, as it is removed somehow (I haven't researched why it does this).
The solution is appending "active active" to class. This way, only one is removed and the other bypasses the magic that's happening behind. It's a really dirty solution, but it solves the problem. Hope it helps!