I've been working on a project for awhile where characters are primarily built up from a collection of modular "Character Features". Each of these tends to have at least 1 or 2 options or resources specific to it that need to be tracked. I wrote the original character creator app for it in React which let me write all that conditional HTML in JSX to create an accordion with each of the Character Features as a collapse. I'm trying to implement it as a Roll20 sheet now. Does anyone know of any existing character sheets that implement design like this without a framework? Or any resources that might help me figure out how to set this up?