simple-php-form
simple-php-form copied to clipboard
fix(style):Removes the float from the checkbox
The float on the checkbox is not necessary. This is the only output with style hard coded. Removing the hard coded style will keep the checkbox more in line with the other outputs and allow the user to more easily make changes.