Laravel5.2: how to read the checkbox saved in a column?

Source: Internet
Author: User
Laravel5.2: how to read the checkbox saved in a column? For example, there is a set of check boxes: {code ...} in the controller, receive the selected items: {code ...} after receiving the message, use json_encode () to convert it to json format and save it in a column of the data table. The problem is: on the "Edit page... laravel 5.2: how to read the checkbox stored in a column?

For example, there is a set of check boxes below:

    {!! Form::open(array('url' => 'foo/bar')) !!}      

1 2 3

Submit {!! Form::close() !!}

In the controller, receive the selected items:

    $checkboxes = $request->input('checkbox');

After receiving the message, use json_encode () to convert it to json format and save it in a column of the data table,
The problem is:
On the "Edit page", you need to read these items. When displayed on the "Edit page", the previously selected items will be selected, and the unselected items will not be selected, what should I do?

Reply content:

Laravel 5.2: how to read the checkbox stored in a column?

For example, there is a set of check boxes below:

    {!! Form::open(array('url' => 'foo/bar')) !!}      

1 2 3

Submit {!! Form::close() !!}

In the controller, receive the selected items:

    $checkboxes = $request->input('checkbox');

After receiving the message, use json_encode () to convert it to json format and save it in a column of the data table,
The problem is:
On the "Edit page", you need to read these items. When displayed on the "Edit page", the previously selected items will be selected, and the unselected items will not be selected, what should I do?

The read data json_decode () is converted into an array, and the checked attribute is returned when the value is equal cyclically on the page.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.