How to get hidden values in getState()

Is it possible to get also the hidden input values when I use form->getState()? I use ->hidden(fn (Closure $get) to hide input fields, but need to use the values on submit.
Was this page helpful?