I want to bring Checkbox before item name which are normally after the item name. Refer below image for more description.
It's hard to tell without seing your chart code, but you may have some joy with the rtl legend option.
legend: { rtl: true },
or
legend: { rtl: false },
http://api.highcharts.com/highcharts#legend.rtl