CheckboxList make true some options

CheckboxList : in my CheckboxList I would like to set the value of this checkbox to true and disabled it where name=admin here is my code :

Forms\Components\CheckboxList::make('roles')
->relationship(titleAttribute: 'name')
->required()

Forms\Components\CheckboxList::make('roles')
->relationship(titleAttribute: 'name')
->required()
thanks a lot
1 Reply
karim charfaoui
karim charfaouiOP13mo ago
or just make it true

Did you find this page helpful?