`flip_axis` is currently an enum RNA property. This makes impossible to toggle the individual axis. Now fixed by converting the property to boolean. UI drawing code is same as done for mirror modifier. New enum values are introduced for each axis Resolves #70237 Pull Request: https://projects.blender.org/blender/blender/pulls/132849