You should use [sel 2 3] in place of [== 2] and [== 3] and replace the toggles with gui bangs to visualise the result.
Logic operators and gui objects like toggle will output bangs for both states.
And the order the wires were connected determines the order of operation.
Use [trigger] if the order is important [trigger] fires right to left eg. [t b f] if a float is sent to the inlet, that float is passed to the right outlet and then a bang is sent to the left outlet.