createState method
Creates the state for this widget.
Returns a _NyFormRadioState instance that manages the radio button selection
state and handles user interactions.
Implementation
@override
// ignore: no_logic_in_create_state
createState() => _NyFormRadioState(field);