Apr 2
Boolean OR Yes/No question block
I would like to be able to create a single select so the _value_ of the answer is either `true` or `false` while still be able to change the label. Something this:
Do you like dogs?
- Yes (value = true)
- No (value = false)
This would allow to handle the answer(s) programmatically via webhook
Reviewing
Sim