Expose the material static switch param to verse

Can we have the static switch parameter material node exposed to verse ?

This has many use cases.

You can have some weird work around with lerp and a param of :float and use as 0.0 = false 1.0 = true but this seems like it could be all redundant if we have the switch exposed to verse api

In my use case it saves me having many different material sets so saves on memory albeit that bit of extra workaround work.