I'm trying to use this to change my checkbox and radio theme.
问题是我根本无法检查我的复选框。我点击它什么也没做。
我刚刚将css复制到我的css / checkbox-style.css。
You can't see here if I check the checkbox it doesn't do anything。您需要将css复制到您的电脑上并尝试。
'a \n b \n c'.replace('\n', '') # -> 'a b c'
答案 0 :(得分:0)
您应该将复选框输入放在标签之外,如下所示:
<input type="checkbox">
<label>Remember me</label>