Skip to content
Discussion options

You must be logged in to vote

Change the field name to be an array of predefined keys:

TD::make('pre_orderable','Pre Orderable')
->render(fn (Repository $model) => CheckBox::make("pre_orderable-checkbox[$model->id]")
    ->sendTrueOrFalse()
    ->value($model->get('pre_orderable'))),

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Arkokeando
Comment options

@Arkokeando
Comment options

Answer selected by Arkokeando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants