From ec63402585f54f7f2399dc82b1fe402f726315ff Mon Sep 17 00:00:00 2001
From: Chris Schmitz This function is identical in all respects to the form_input() function above
-except that is sets it as a "password" type.form_password()
This function is identical in all respects to the form_input() function above -except that is sets it as a "file" type, allowing it to be used to upload files.
+except that it uses the "file" input type, allowing it to be used to upload files.This function is identical in all respects to the form_checkbox() function above except that is sets it as a "radio" type.
+This function is identical in all respects to the form_checkbox() function above except that it uses the "radio" input type.