function theme_optionwidgets_onoff in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6 modules/optionwidgets/optionwidgets.module \theme_optionwidgets_onoff()
- 6.2 modules/optionwidgets/optionwidgets.module \theme_optionwidgets_onoff()
File
- modules/
optionwidgets/ optionwidgets.module, line 449 - Defines selection, check box and radio button widgets for text and numeric fields.
Code
function theme_optionwidgets_onoff($element) {
return $element['#children'];
}