1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 23:16:28 +02:00

Checkbox alignment and minor code cleanup.

This commit is contained in:
Cameron
2013-05-20 01:06:52 -07:00
parent c2776f84d2
commit 31d738829b
3 changed files with 12 additions and 12 deletions

View File

@@ -938,12 +938,12 @@ class e_form
}
/**
* checkbox
* parm $name
* parm $value
* parm $checked
* Render a checkbox
* @param string $name
* @param mixed $value
* @param boolean $checked
* @param array $options
* @return void
* @author
*/
function checkbox($name, $value, $checked = false, $options = array())
{