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

Fix icon not visible for boolean fields #3

Closed CodeWithDennis closed 9 months ago

CodeWithDennis commented 9 months ago

When you use boolean as values the icon will not be shown.

->icons([
  1 => 'heroicon-m-eye',
  0 => 'heroicon-o-eye-slash',
])

What is happening:

Scherm­afbeelding 2024-01-02 om 14 26 07

What is expected:

Scherm­afbeelding 2024-01-02 om 14 25 58

PS: Ignore the descriptions; I mistakenly switched them.