I know that any parameter we put in a script can be used as a Boolean value: 0 = false, and any other value = true. But if someone is experimenting with a script they copied & don't quite understand, they might increment what is supposed to be a Boolean value up to the thousands. It can be counted back down to zero, once they discover their mistake, but it would be so much more obvious how to use the parameter if it showed in the parameters list as a checkbox, or at least a number value that only toggles between 0 and 1.
Is there a way to implement Boolean parameters in uBASIC, so that they only accept true/false or 1/0 values?