199ocero / radio-deck

Turn filament default radio button into a selectable card with icons, title and description.
https://filamentphp.com/plugins/jaocero-radio-deck
MIT License
63 stars 10 forks source link

Adds checkbox multiple support #18

Closed dmason30 closed 4 months ago

dmason30 commented 4 months ago

This allows you to call RadioDeck::make('items')->multiple() to change the field to a checkbox and select many options.

I basically duplicated exactly how the filament ToggleButtons field handles it.

199ocero commented 4 months ago

Thank you for this wonderful PR @dmason30 !