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
karimakrane
karimakrane6mo ago
or just make it true