Forms\Components\Repeater::make('entities')
->relationship('entities')
->schema([
Forms\Components\Section::make()
->schema([
Forms\Components\Toggle::make('active')
->default(true),
Checkbox::make('default')
->fixIndistinctState(),
])
->columns(2),
])
Forms\Components\Repeater::make('entities')
->relationship('entities')
->schema([
Forms\Components\Section::make()
->schema([
Forms\Components\Toggle::make('active')
->default(true),
Checkbox::make('default')
->fixIndistinctState(),
])
->columns(2),
])