New field checklist:
- does the value get saved to the database?
- does the value need to be casted to something in the Model? is it mandatory? should it support both?
- can the dev increase/decrease the size using Bootstrap classes?
- does resizing also work with Fluent field syntax? eg.
->size(6)? - does it support
->disabled()and->readonly() - does it support
->default()? - has all jQuery been removed in favor of vanilla Javascript?
- have the CSS and JS dependencies been loaded with @loadOnce?
- have the CSS and JS dependencies been pushed to proper stacks (
after_scriptsandafter_styles)