You are here

function theme_optionwidgets_onoff in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/optionwidgets/optionwidgets.module \theme_optionwidgets_onoff()
  2. 6 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'];
}