fulcrumapp / fulcrum-expressions

Fulcrum expressions engine
http://developer.fulcrumapp.com/expressions/intro/
5 stars 0 forks source link

Set choice options for yes/no fields #30

Open AHelms opened 6 years ago

AHelms commented 6 years ago

Currently, only single/multiple choice field and classification set fields can have their choice options set.

Add the ability to set the choice options for yes/no fields should allow users to edit all choice options dynamically as needed.

bmcbride commented 6 years ago

I'm having trouble understanding how dynamic yes/no options would be used... It also seems a little dangerous to dynamically set values for a boolean field.

AHelms commented 6 years ago

Yeah, you are correct. This is more for changing the labels and not the values of the choice options. I updated the original issue to better reflect this.

The use case revolves around dynamically translating the app into different languages.