There was an error while loading. Please reload this page.
Updated Basic usage (markdown)
Since it says the default is false in the comment I've changed the sample code to reflect this, but please revert if I've misunderstood what's going on here.
Change getOrElse("true") to getOrElse(true) since it wants a Boolean
Created Basic usage (markdown)