/*** @class Ext.field.Toggle*//*** @var {number/list}* Toggle Field padding*/;/*** @var {number/list}* Toggle Field padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {color}* Toggle Field {@link #boxLabel} text color*/;/*** @var {string/number}* Toggle Field {@link #boxLabel} font-weight*/;/*** @var {number}* Toggle Field {@link #boxLabel} font-size*/;/*** @var {number}* Toggle Field {@link #boxLabel} font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Toggle Field {@link #boxLabel} line-height*/;/*** @var {number}* Toggle Field {@link #boxLabel} line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Toggle Field {@link #boxLabel} font-family*/;/*** @var {number/list}* Toggle Field {@link #boxLabel} padding* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`*/;/*** @var {number/list}* Toggle Field {@link #boxLabel} padding in the {@link Global_CSS#$enable-big big} sizing scheme* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`*/;/*** @var {number}* Toggle Field body width*/;/*** @var {number}* Toggle Field body width in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a Toggle Field** @param {string} $ui* The name of the UI being created. Can not included spaces or special punctuation* (used in CSS class names).** @param {String} [$xtype=togglefield] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {number/list} $padding* Toggle Field padding** @param {number/list} $padding-big* Toggle Field padding in the {@link Global_CSS#$enable-big big} sizing scheme** @param {color} $box-label-color* Toggle Field {@link #boxLabel} text color** @param {string/number} $box-label-font-weight* Toggle Field {@link #boxLabel} font-weight** @param {number} $box-label-font-size* Toggle Field {@link #boxLabel} font-size** @param {number} $box-label-font-size-big* Toggle Field {@link #boxLabel} font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $box-label-line-height* Toggle Field {@link #boxLabel} line-height** @param {number} $box-label-line-height-big* Toggle Field {@link #boxLabel} line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $box-label-font-family* Toggle Field {@link #boxLabel} font-family** @param {number/list} $box-label-padding* Toggle Field {@link #boxLabel} padding* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`** @param {number/list} $box-label-padding-big* Toggle Field {@link #boxLabel} padding in the {@link Global_CSS#$enable-big big} sizing scheme* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`** @param {number} $body-width* Toggle Field body width** @param {number} $body-width-big* Toggle Field body width in the {@link Global_CSS#$enable-big big} sizing scheme*/