$categories = Model_Videos::get_categories() -> as_array('id', 'title');
$attrs = array('options' => $categories, 'type' => 'checkbox');
$rules = array( array('valid_string', array('numeric')));
$form -> add('categories', Lang::get('categories') . ' *', $attrs, $rules);
It looks like you're new here. If you want to get involved, click one of these buttons!