Switch was developed to reduce the cost of replacement chainrings, increase compatibility with new offsets and to make the process of changing your chainring much faster and simpler.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Switch was developed to reduce the cost of replacement chainrings, increase compatibility with new offsets and to make the process of changing your chainring much faster and simpler.
Cheaper Replacement Cost - Replacement rings are a fraction of the cost of a complete direct mount chainring
Quick Change - Replace your ring in less than an minute, using only a 4mm hex key. Tailor your gearing to the terrain that you're riding
Enduro World Series Champion Winning Narrow Wide tooth profile keeps your chain in place on the roughest terrain
4 Ring Sizes (28, 30, 32, 34, 36T)
2 Profiles - both Round and Oval
12 speed ring designed to work with both Shimano Hypergilde+ 12 speed chains and SRAM Eagle 12 speed chains.
Get ultimate traction with Oval rings by smoothing out the torque you deliver to your rear tire
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}