mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Make checkBox help text clickabe.
This commit is contained in:
		@@ -42,8 +42,10 @@ export function CheckBox({
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                    {...props}
 | 
					                    {...props}
 | 
				
			||||||
                />
 | 
					                />
 | 
				
			||||||
                <label className="custom-control-label" htmlFor={uid}>{label}</label>
 | 
					                <label className="custom-control-label" htmlFor={uid}>
 | 
				
			||||||
                {helpText && <small className="form-text text-muted">{helpText}</small>}
 | 
					                    {label}
 | 
				
			||||||
 | 
					                    {helpText && <small className="form-text text-muted">{helpText}</small>}
 | 
				
			||||||
 | 
					                </label>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user