File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed 
html/forms/styling-examples Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55    < title > Checkboxes styled</ title > 
66    < style > 
77      input [type = "checkbox" ] {
8-         -webkit-appearance :  none;
98        appearance :  none;
109      }
1110
5049
5150      < p > 
5251        < label > 
53-           < input  type ="checkbox " name ="fruit-1  " value ="cherry "> 
52+           < input  type ="checkbox " name ="fruit " value ="cherry "> 
5453          I like cherry
5554        </ label > 
5655      </ p > 
5756      < p > 
5857        < label > 
59-           < input  type ="checkbox " name ="fruit-2  " value ="banana " disabled > 
58+           < input  type ="checkbox " name ="fruit " value ="banana " disabled > 
6059          I can't like banana
6160        </ label > 
6261      </ p > 
6362      < p > 
6463        < label > 
65-           < input  type ="checkbox " name ="fruit-3  " value ="strawberry "> 
64+           < input  type ="checkbox " name ="fruit " value ="strawberry "> 
6665          I like strawberry
6766        </ label > 
6867      </ p > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments