Browser: Chrome 110
OS: Windows 11
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Hi bricks team,
Please check the code below. In the form element, the Label typography control controls the color of the labels well. But the text size of the checkbox field does not follow the Label typography control well.
To better understand this problem, in the Form Element > Style tab, I increased the typography size and the size was applied only to the checkbox text. There seems to be a problem with controlling the checkbox text size, right?

{"content":[{"id":"gomieo","name":"section","parent":0,"children":["duxlar"],"settings":{}},{"id":"duxlar","name":"container","parent":"gomieo","children":["vujhxr"],"settings":{}},{"id":"vujhxr","name":"form","parent":"duxlar","children":[],"settings":{"fields":[{"type":"text","label":"Name","placeholder":"Your Name","id":"d00c6f"},{"type":"email","label":"Email","placeholder":"Your Email","required":true,"id":"a9f3e3"},{"type":"checkbox","required":true,"id":"24028f","options":"Remember me"}],"submitButtonStyle":"primary","actions":["email"],"successMessage":"Message successfully sent. We will get back to you as soon as possible.","emailSubject":"Contact form request","emailTo":"admin_email","fromName":"Try Bricks - t4ccb117","emailErrorMessage":"Submission failed. Please reload the page and try to submit the form again.","htmlEmail":true,"mailchimpPendingMessage":"Please check your email to confirm your subscription.","mailchimpErrorMessage":"Sorry, but we could not subscribe you.","sendgridErrorMessage":"Sorry, but we could not subscribe you.","showLabels":true,"labelTypography":{"color":{"hex":"#ff3624"},"font-weight":"500"},"_typography":{"font-size":"30"}}}],"source":"bricksCopiedElements","sourceUrl":"https://try.bricksbuilder.io/t4ccb117","version":"2.0.2","globalClasses":[],"globalElements":[]}
Thanks
