I currently have an accordion which is done by checked and unchecked radio buttons. When the page is loaded everything is collapsed however I have no way to achieve this after they have initially been opened. I want to be able to fully collapse the accordion again. https://codepen.io/anon/pen/WMdQdv
input[type=radio] + label::after {
content: "\25BC";
}