you need to specify a checkbox value
<?php echo $html->checkbox('Download/is_track',null,array
('value'=>'1'))?>
Then in your controller you just set
$this->data['Download']['is_track'] in the controller
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---