#CheckboxColumn generating no-clickable checkboxes
12 messages · Page 1 of 1 (latest)
Can you provide some code?
Any errors in DevTools?
nothing on DevTools
ColumnGroup::make('Vacinas', [
ToggleColumn::make('vaccine_hpb1')
->width('5%')
->alignCenter()
->label('HB 1ᵃ')
->toggleable(isToggledHiddenByDefault: true),
CheckboxColumn::make('vaccine_hpb2')
->width('5%')
->alignCenter()
->label('HB 2ᵃ')
->toggleable(isToggledHiddenByDefault: true),
Does anything change if you don't use a ColumnGroup?
Nothing changes.
I’m using Advanced Tables, but i don’t know if it has anything to do with it
Would be worth disabling it to check.
Disabled, and checkboxes still without checking
Removing .prevent from x-on:click.stop.prevent seems to solve the problem