Support

Account

Home Forums General Issues How to get total number of checkboxes checked Reply To: How to get total number of checkboxes checked

  • Are we talking about a basic checkbox field?

    
    $value = get_field('checkbox_field_name');
    $count = count($value);