I have this array for checkbox:
array(
'name' => __('Latest Product',''),
'desc' => __('Select if you want to display latest product',''),
'id' => $prefix . 'checkbox',
'type' => 'checkbox',
'std' => ''
)
I want to add an attribute for onclick="chk(electronics, this.checked);" on this.
How can I do it?