Boolean input parameters
If add a Boolean input parameter, the variable will be declared as bool type which have two values, true and false.
When you select Yes from drop-down list box, the value of the bool variable should be true.
When you select No from drop-down list box, the value of the bool variable should be false.
|