Set values to INPUTS types CHECKBOX and RADIO
This class allows the INPUT element types RADIO and CHECKBOX to behave more naturally as inputs with type text
- none
Download the package with JavaScript file manually:
<script src="pseudoNatural.js"></script>
new pseudoNatural(document.getElementsByTagName("input"));