I\'m looking at the http://digitalbush.com/projects/masked-input-plugin/
I\'m calling it like this:
$(control).mask(\'999-999-9999\');
Looking for into the pluging script the unmask method.
$('#checkbox').unmask();