Currently, when declaring a module's argument as being typeName = "BOOL", the resulting argument is shown as a combobox with two options.
It would be nice if a checkbox could be used instead when it makes sense to:
e.g. it would still be better to use a combo box for module arguments like seen in ModuleCuratorAddAddons_F or ModuleCuratorSetEditingAreaType_F where a bool argument is used as a two-state enum rather than a simple true/false.
Perhaps if there's no inner "values" class, the argument can be shown with a checkbox?