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