Forms\Components\Select::make('main_question_id')
->label('vraag 1.1')
->options(MainQuestion::all()->pluck('id', 'id')->toArray())
->reactive()
->afterStateUpdated(fn(callable $set) => $set('sub_question_id', null)) ,
Forms\Components\Select::make('main_question_id')
->label('vraag 1.1')
->options(MainQuestion::all()->pluck('id', 'id')->toArray())
->reactive()
->afterStateUpdated(fn(callable $set) => $set('sub_question_id', null)) ,