How do I set the default value for a checkboxes element?
I’m trying to set the default for a checkboxes element in hook_form_alter()
.
$form['average'] = array( '#type' => 'checkboxes', '#options' => array('a','b','c'), '#default_value' => array('a'), '#title' => t('The average vote is more than'), );
I’m expecting a to be checked, but this doesn’t happen. I’m using the Better Exposed Filters module, but I doubt that would make a difference.
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.