Make URL preview checkboxes pretty again

Works for all other settings too!

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston 2017-10-29 22:17:15 -06:00
parent b139c8d01c
commit c056f4faa6

View file

@ -69,12 +69,10 @@ module.exports = React.createClass({
} }
return ( return (
<div className="mx_SettingCheckbox"> <label>
{ checkbox } { checkbox }
<label htmlFor={id}> { label }
{ label } </label>
</label>
</div>
); );
}, },
}); });