I can still see the checkbox elements in your jsfiddle.Chromium warns me that appearance:none is not recognized.Setting to display:none fixed it for me.
.timeframe-radio-input { /* appearance: none; */ display: none;}
I can still see the checkbox elements in your jsfiddle.Chromium warns me that appearance:none is not recognized.Setting to display:none fixed it for me.
.timeframe-radio-input { /* appearance: none; */ display: none;}