fn bit(value: bool) -> String
Booleans in --env output are 0 or 1: [ "$RADIO_ENABLED" = 1 ] is the shell’s natural test, and “on” would only invite string comparison against a word that might change.
--env
[ "$RADIO_ENABLED" = 1 ]