/*** @class Ext.field.Radio*//*** @var {number}* Radio Field checkbox size*/;/*** @var {number}* Radio Field checkbox size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Radio Field checkbox font size*/;/*** @var {number}* Radio checkbox font size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Radio checkbox margin*/;/*** @var {number}* Radio checkbox margin in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string/list}* Radio Field checkbox icon*/;/*** @var {string/list}* Radio Field checkbox icon when checked*/;/*** @var {color}* Radio Field checkbox color*/;/*** @var {color}* Radio Field checkbox color when checked*/;/*** @var {color}* Radio Field checkbox color when disabled*/;/*** @var {color}* Radio Field checkbox color when focused*/;/*** @var {color}* Radio Field {@link #boxLabel} text color*/;/*** @var {string/number}* Radio Field {@link #boxLabel} font-weight*/;/*** @var {number}* Radio Field {@link #boxLabel} font-size*/;/*** @var {number}* Radio Field {@link #boxLabel} font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {number}* Radio Field {@link #boxLabel} line-height*/;/*** @var {number}* Radio Field {@link #boxLabel} line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** @var {string}* Radio Field {@link #boxLabel} font-family*/;/*** @var {number/list}* Radio Field {@link #boxLabel} padding* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`*/;/*** @var {number/list}* Radio 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`*/;/*** Creates a visual theme for a Radio 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=radiofield] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {number} $checkbox-size* Radio Field checkbox size** @param {number} $checkbox-size-big* Radio Field checkbox size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $checkbox-font-size* Radio Field checkbox font size** @param {number} $checkbox-font-size-big* Radio checkbox font size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $checkbox-margin* Radio checkbox margin** @param {number} $checkbox-margin-big* Radio checkbox margin in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string/list} $checkbox-icon* Radio Field checkbox icon** @param {string/list} $checked-checkbox-icon* Radio Field checkbox icon when checked** @param {color} $checkbox-color* Radio Field checkbox color** @param {color} $checked-checkbox-color* Radio Field checkbox color when checked** @param {color} $disabled-checkbox-color* Radio Field checkbox color when disabled** @param {color} $focused-checkbox-color* Radio Field checkbox color when focused** @param {color} $box-label-color* Radio Field {@link #boxLabel} text color** @param {string/number} $box-label-font-weight* Radio Field {@link #boxLabel} font-weight** @param {number} $box-label-font-size* Radio Field {@link #boxLabel} font-size** @param {number} $box-label-font-size-big* Radio Field {@link #boxLabel} font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $box-label-line-height* Radio Field {@link #boxLabel} line-height** @param {number} $box-label-line-height-big* Radio Field {@link #boxLabel} line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $box-label-font-family* Radio Field {@link #boxLabel} font-family** @param {number/list} $box-label-padding* Radio Field {@link #boxLabel} padding* The padding box will be flipped horizontally when {@link #boxLabelAlign} is `before`** @param {number/list} $box-label-padding-big* Radio 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`*/