components([ TextInput::make('name') ->disabled() ->dehydrated(false), CheckboxList::make('permissions') ->relationship(name: 'permissions', titleAttribute: 'name') ->columns(2) ->bulkToggleable() ->columnSpanFull(), ]); } }