Send an array of values in msg.payload that match the option values, or send an empty array.
e.g.
[{"id":"5f8e0401.63910c","type":"inject","z":"5a245aa1.510164","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[]","payloadType":"json","x":500,"y":2980,"wires":[["17428d37.7997b3"]]},{"id":"17428d37.7997b3","type":"ui_dropdown","z":"5a245aa1.510164","name":"","label":"","tooltip":"","place":"Select option","group":"8b5cde76.edd58","order":5,"width":0,"height":0,"passthru":false,"multiple":true,"options":[],"payload":"","topic":"topic","topicType":"msg","x":670,"y":2960,"wires":[["8ae0a7a.1b65658"]]},{"id":"8ae0a7a.1b65658","type":"switch","z":"5a245aa1.510164","name":"","property":"payload","propertyType":"msg","rules":[{"t":"jsonata_exp","v":"\"select all\" in payload","vt":"jsonata"},{"t":"jsonata_exp","v":"\"unselect\" in payload","vt":"jsonata"},{"t":"else"}],"checkall":"false","repair":false,"outputs":3,"x":810,"y":2960,"wires":[["e6c96fa8.1e266"],["92029d42.2a835"],["fccf3ccd.91e11"]]},{"id":"9817b2c1.b5a3c","type":"inject","z":"5a245aa1.510164","name":"","props":[{"p":"options","v":"[\"select all\",1,2,3]","vt":"json"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","x":490,"y":2920,"wires":[["17428d37.7997b3"]]},{"id":"e6c96fa8.1e266","type":"change","z":"5a245aa1.510164","name":"","rules":[{"t":"set","p":"options","pt":"msg","to":"[\"unselect\",1,2,3]","tot":"json"},{"t":"set","p":"payload","pt":"msg","to":"[1,2,3]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":980,"y":2960,"wires":[["17428d37.7997b3"]]},{"id":"92029d42.2a835","type":"change","z":"5a245aa1.510164","name":"","rules":[{"t":"set","p":"options","pt":"msg","to":"[\"select all\",1,2,3]","tot":"json"},{"t":"set","p":"payload","pt":"msg","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":980,"y":3020,"wires":[["17428d37.7997b3"]]},{"id":"fccf3ccd.91e11","type":"debug","z":"5a245aa1.510164","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":940,"y":2880,"wires":[]},{"id":"8b5cde76.edd58","type":"ui_group","name":"","tab":"8f03e639.85956","order":1,"disp":true,"width":"6","collapse":false},{"id":"8f03e639.85956","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]