Auto-Enable Toggle

Hey - As the title suggests: I'm trying to auto-enable a toggle-button. I tried treating it like a checkbox via Toggle::make('MyToggle')->default(true) but to no avail. I tried to use 1 or "on" as states, still nothing. Anyone has an idea on how to acchieve this?
Was this page helpful?