You are here

function pcr_theme in Pretty Checkbox Radio 8

Implements hook_theme().

File

./pcr.module, line 32
This module allows convert default checkbox and radiobutton.

Code

function pcr_theme($existing, $type, $theme, $path) {
  return [
    'elements__pretty_options' => [
      'render element' => 'element',
    ],
  ];
}