remix-forms
remix-forms copied to clipboard
Add radioLabelComponent and checkboxLabelComponent props
This will allow more visual customization for checkbox and radio individual option labels. Right now, they are rendered using the same labelComponent
as field labels.
In order not to make this a breaking change, I suggest that we use labelComponent
as a fallback for when radioLabelComponent
or checkboxLabelComponent
are not passed.