Currently, I'm working with Bootstrap 3 and have a radio button setup as follows:
<input type="radio" name="attr_var" class="minimal">
Add To Attribute
Although users are able to click on it to check it, the issue arises when trying to uncheck it by clicking on it again.
Essentially, the functionality of being able to uncheck the radio button by re-clicking on it is not functioning properly.
Any suggestions on how to resolve this issue?