Laravel 5.2: How do I read a checkbox saved in a column?

Source: Internet
Author: User
Keywords Php laravel
Tags button type
Laravel 5.2: How do I read a checkbox saved 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 item:

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

Once received, the Json_encode () is converted to a JSON format and stored in a column of the data table.
The problem is:
In the "edit page", you need to read these items, displayed in the "edit Page", the previously selected items to be selected, not selected items are not selected, what should be done?

Reply content:

Laravel 5.2: How do I read a checkbox saved 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 item:

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

Once received, the Json_encode () is converted to a JSON format and stored in a column of the data table.
The problem is:
In the "edit page", you need to read these items, displayed in the "edit Page", the previously selected items to be selected, not selected items are not selected, what should be done?

read out the data Json_decode () to the array, in the page loop to determine the value of the values equal to a checked property

  • 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.