Add a search button to a Jet config layout
Summary: How to re-style a jet boolean attribute into a button
Content (required): I need to add a series of buttons to my config layout because I will be fetching outside data, having the user select something from the dataset in a table and then continuing. For this, I need some traditional buttons that the user can click to begin the search and select actions. In the legacy UI, I had a CSS method that I would use to re-style the boolean checkbox into a button. In Jet, things appear to be far more complex because there seems to be a separate assigned class to the button type
1