Closed jdion84 closed 11 months ago
The radio will have the first option selected, even if the value is null and you set the field to ->nullable()
->nullable()
is there a way to make this so it allows null (completely unchecked) field values?
For radio buttons, it is intended that one is always active. It is not possible to deactivate them.
The radio will have the first option selected, even if the value is null and you set the field to
->nullable()
is there a way to make this so it allows null (completely unchecked) field values?