DrupalBin
Submit Code
About
Recent Posts
float?
2 hours 45 min
ago
views handler
6 hours 15 min
ago
Code
6 hours 31 min
ago
Code
6 hours 32 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
theme own checkbox
View
Download
Fix
June 6, 2008 - 4:03pm — Anonymous
function
theme_my_checkbox
(
$element
)
{
return
'<'
.
$element
[
$id
]
.
'>'
;
}
undefined