1 | <?php |
||
26 | class CheckboxWidget extends CakeCheckboxWidget |
||
27 | { |
||
28 | |||
29 | /** |
||
30 | * Render a checkbox element. |
||
31 | * |
||
32 | * @param array $data The data to create a checkbox with. |
||
33 | * @param \Cake\View\Form\ContextInterface $context The current form context. |
||
34 | * @return string Generated HTML string. |
||
35 | */ |
||
36 | public function render(array $data, ContextInterface $context) |
||
44 | } |
||
45 |