[jQuery] Re-implementing Ext-js webapp using jQuery

[jQuery] Re-implementing Ext-js webapp using jQuery

I want to use jQuery to re-implement a webapp that was originally implemented (by someone else) using Extjs.<div>
</div><div>The only things I like about Extjs are the uniform look of its widgets and the broad range of widgets it supports.  But I find Extjs too big to find my way around, and often slow.</div>
<div>
</div><div>I know that I probably can find a jQuery plugin for any widget I could want, but, from what I've seen, there is not much uniformity of appearance (let alone implementation) across these widgets.</div>
<div>
</div><div>For the app in question i need at least the following:
</div><div>
</div><div>1. tabs</div><div>2. grids (with and without paging)</div><div>3. combo boxes</div><div>4. radio button sets</div><div>
5. checkbox sets</div><div>6. container panels</div><div>
</div><div>...and a layout mechanism for arranging these GUI elements.</div><div>
</div><div><div>Is there a *visually uniform* suite of jQuery widgets that would provide all the above?</div>
<div>
</div><div>TIA!</div><div>
</div><div>Kynn</div><div>
</div></div>