Skip to main content
Robb_Barrett
Level 10
October 17, 2016
Risolto

Going crazy! Need a radio button for a Boolean field

  • October 17, 2016
  • 3 risposte
  • 2236 visualizzazioni

I don't know what's going on but this is driving me nuts!  I have a boolean field and I want to put a radio button on a form for it but no matter what value I pass on the back end it always sets it to False.

I've tried:

  • Yes
  • yes
  • true
  • [true]
  • 1

And none of them save as a True.  What am I doing wrong, fam?  I must be having a brain fart.

Questo argomento è stato chiuso alle risposte.
Migliore risposta di

should be true

3 risposte

Risposta
October 17, 2016

should be true

Robb_Barrett
Level 10
October 17, 2016

And that's when I realized I've spent an hour working on one field in a form and using a different field in a workflow.

Robb Barrett
SanfordWhiteman
Level 10
October 17, 2016

yes|no works fine and is actually the standard way it's done.