Closed johns2s closed 7 years ago
radio button code.
<input id="yesS" style="display: none" name="sound" value="yes" checked="" type="radio"> <input id="noS" style="display: none" name="sound" value="no" type="radio"> <label for="yesS" id="yesSLabel" class="radioLabel">Yep</label> <label for="noS" id="noSLabel" class="radioLabel">No</label>
Tentative wireframe done.
https://marvelapp.com/39jc8gg/screen/34093232
Will also allow deletion of user's account
fuzzy dates and account management (change password, remove account) DONE
Merged first working iteration. Will add settings as we go.
radio button code.