+
+
{
+ this.onMaxDownloadPrefChange(false);
+ }}
+ defaultChecked={!this.state.isMaxDownload}
+ />
+
+ {
+ this.onMaxDownloadPrefChange(true);
+ }}
+ defaultChecked={this.state.isMaxDownload}
+ label={
+ this.state.isMaxDownload ? __("Up to") : __("Choose limit...")
+ }
+ />
+ {this.state.isMaxDownload
+ ?
+ : ""}
+ {this.state.isMaxDownload
+ ? MB/s
+ : ""}
+
+
+