default(false); $this->afterStateHydrated(static function (Checkbox $component, $state): void { $component->state((bool) $state); }); $this->rule('boolean'); } }