You may use @checked in Laravel 9+ like this:
@checked
@checked(old('is_featured', $post->is_featured))
Where $post->is_featured is the fallback or the default value to be sent when the session has no is_featured old value
$post->is_featured
is_featured
Blade Additional Attributes