UNPKG

jquery-ui

Version:

A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

23 lines (19 loc) 354 B
define( [ "lib/common", "ui/widgets/checkboxradio" ], function( common ) { common.testWidget( "checkboxradio", { noDefaultElement: true, defaults: { classes: { "ui-checkboxradio-label": "ui-corner-all", "ui-checkboxradio-icon": "ui-corner-all" }, disabled: null, icon: true, label: null, // Callbacks create: null } } ); } );