multiple gateways in RouterOS 7

Hello,
in routerOS v.6.xx, we had the option to put multiple gateways in the same route rule by clicking on the down arrow.
how can I make it in routerOS v.7.xx?

https://help.mikrotik.com/docs/display/ROS/IP+Routing#IPRouting-Multipath(ECMP)routes

can you provide me with an example please?

Example:

 /ip route add check-gateway=arp disabled=no distance=80 dst-address=0.0.0.0/0 gateway=1.1.1.254
/ip route add check-gateway=arp disabled=no distance=80 dst-address=0.0.0.0/0 gateway=2.2.2.254
/ip route add check-gateway=arp disabled=no distance=80 dst-address=0.0.0.0/0 gateway=3.3.3.254
/ip route add check-gateway=arp disabled=no distance=80 dst-address=0.0.0.0/0 gateway=4.4.4.254