pub fn boolean(title: impl Into<String>) -> BooleanSchemaBuilder
Expand description
Create a boolean field with title - beautiful ergonomics!
This is the primary boolean constructor for forms and UI elements.
Use boolean_builder()
if you need a title-less boolean schema.