Set field in the form
static stateSetValue(String stateName, String key, dynamic value) { updateState(state(stateName), data: {"action": "setValue", "key": key, "value": value}); }