Laravel Backpack CRUD checkbox not work according to value
up vote
0
down vote
favorite
when i am showing the data it's showing as checked. after unchecked it and update the record ,the value changed in database but still showing as checked.
$this->crud->addField([
'name' => 'status',
'label' => 'is Active?',
'type' => 'checkbox',
]);
The generated code is following:
<input type="checkbox" name="status" value="1"> is Active?
laravel-5.7 backpack-for-laravel
add a comment |
up vote
0
down vote
favorite
when i am showing the data it's showing as checked. after unchecked it and update the record ,the value changed in database but still showing as checked.
$this->crud->addField([
'name' => 'status',
'label' => 'is Active?',
'type' => 'checkbox',
]);
The generated code is following:
<input type="checkbox" name="status" value="1"> is Active?
laravel-5.7 backpack-for-laravel
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
when i am showing the data it's showing as checked. after unchecked it and update the record ,the value changed in database but still showing as checked.
$this->crud->addField([
'name' => 'status',
'label' => 'is Active?',
'type' => 'checkbox',
]);
The generated code is following:
<input type="checkbox" name="status" value="1"> is Active?
laravel-5.7 backpack-for-laravel
when i am showing the data it's showing as checked. after unchecked it and update the record ,the value changed in database but still showing as checked.
$this->crud->addField([
'name' => 'status',
'label' => 'is Active?',
'type' => 'checkbox',
]);
The generated code is following:
<input type="checkbox" name="status" value="1"> is Active?
laravel-5.7 backpack-for-laravel
laravel-5.7 backpack-for-laravel
edited 2 hours ago
asked 3 hours ago
Tohidul Islam Foysal
64
64
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370563%2flaravel-backpack-crud-checkbox-not-work-according-to-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown