NEED HELP - Yes / No parameter control in Dynamo

Hi

Hoping this is a simple solution. See the link to the Dynamo script I currently have.

It works like a champ the way it is, but I am hoping to take some typing out of the solution, opting for a yes / no check box instead.

Any help is greatly appreciated.

Thanks.

I’d have to do some tests myself, but I’m pretty sure the yes/no values are internally stored as 1 (yes) or 0 (no). So, rather than using String.Contains you can just use ==.

3 Likes

That worked exactly as I hoped it would! Thanks for the help!

1 Like