Oi
how do I give a default value to a field using a closure that has access to the record
I want to have a checkbox that is either checked or unchecked based on some arbitrary code in a closure that gets access to the
$record
. Is this possible? Currently I am getting the error Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization
6 replies