options() set, and a default() state set - it should automatically preselect an option. Unfortunately, the example in the docs does not do anything - the default('draft') method call doesn't do anything in this piece of code:state() method, and a bunch of others. The only working method that actually did anything was the relationship() one. But it queries eloquent for options and selected values. However, mine are static.