CheckboxList::make('clothes')
->label('Men\'s Clothing')
->options([
'shirts' => 'Shirts',
'pants' => 'Pants',
'jackets' => 'Jackets',
'suits' => 'Suits',
'shoes' => 'Shoes',
])
->bulkToggleable()
->extraAttributes(['class' => 'checkbox-wrapper']),
CheckboxList::make('clothes')
->label('Women\'s Clothing')
->options([
'dresses' => 'Dresses',
'skirts' => 'Skirts',
'blouses' => 'Blouses',
'pants' => 'Pants',
'shoes' => 'Shoes',
])
->bulkToggleable()
->extraAttributes(['class' => 'checkbox-wrapper']),
//
CheckboxList::make('clothes')
->label('Men\'s Clothing')
->options([
'shirts' => 'Shirts',
'pants' => 'Pants',
'jackets' => 'Jackets',
'suits' => 'Suits',
'shoes' => 'Shoes',
])
->bulkToggleable()
->extraAttributes(['class' => 'checkbox-wrapper']),
CheckboxList::make('clothes')
->label('Women\'s Clothing')
->options([
'dresses' => 'Dresses',
'skirts' => 'Skirts',
'blouses' => 'Blouses',
'pants' => 'Pants',
'shoes' => 'Shoes',
])
->bulkToggleable()
->extraAttributes(['class' => 'checkbox-wrapper']),
//