Most probably you're trying to call a microflow having a boolean parameter from an action button. This won't work. Create another microflow that calls your microflow and has no Boolean parameter and configure your action button to call it instead.
Optional params is a new feature. It might not be supported for calling from web client.