When I’m trying to use checkboxes within my spotify application the element keeps blank.
E.g.
<input type="checkbox" name="incr" value="salami"> Salami
Just salami is displayed.
How should I build such elements within a spotify application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s currently a bug in the CSS which causes the checkbox to not render properly. You can override it and force it to render with webkit-appearance in CSS: