Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox

merge-requests/26/head
Jennifer Hodgdon 2012-03-18 16:39:24 -07:00
parent 98199d51b0
commit 93eb34d8d6
1 changed files with 1 additions and 1 deletions

View File

@ -3031,7 +3031,7 @@ function form_process_radios($element) {
* An associative array containing:
* - element: An associative array containing the properties of the element.
* Properties used: #title, #value, #return_value, #description, #required,
* #attributes.
* #attributes, #checked.
*
* @ingroup themeable
*/