Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6098883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:12:33+00:00 2026-05-23T13:12:33+00:00

I am outputting a list of checkboxes, with multiple selection, in a CakePHP view.

  • 0

I am outputting a list of checkboxes, with multiple selection, in a CakePHP view. My code looks like this:

<?php echo $this->Form->input('Category', array('multiple' => 'checkbox', 'div' => 'image-checkbox clearfix', 'label' => false, 'data-image' => 'TEXT')); ?>

I want to add the input’s label in the data-image attribute, replacing the TEXT value. How can I do this?

Thank you very much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:12:33+00:00Added an answer on May 23, 2026 at 1:12 pm

    The way to do this is with your own helper.

    1. Create this helper in the views/helpers folder as my_app.php
    2. Add helper to controller
    3. Use as $this->MyApp->input(‘Category’, array(‘multiple’ => ‘checkbox’, ‘div’ => ‘image-checkbox clearfix’, ‘label’ => false));

    Here:

    <?php
    class MyAppHelper extends AppHelper {
    
        var $helpers = array( 'Form');
    
        function input( $fieldName, $options = array() ) {
    
            $newOptions['data-image'] = Inflector::humanize( $fieldName );
    
            $options = array_merge(
                $options,
                $newOptions
            );
    
            return $this->Form->input( $fieldName, $options );
        }
    
    }
    
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why is this code only outputting one element from the list? private void button3_Click(object
I have a view that is outputting a list of questions(yesno and multiple choice).
I have bug checked this code considerably now and made sure I am outputting
Is there a preferred (not ugly) way of outputting a list length as a
I am outputting RTF from a word processor component. This is working well, but
This zgrep command is outputting a particular field of a line containing the word
I am outputting a students logged problems by passing the student into the view
i have a list of returned rows from mysql that i am outputting using
I have a select list drop down in my Rails application, in the form
The following asynchronous C# code runs through a list of 7 URLs and tries

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.