remix-forms icon indicating copy to clipboard operation
remix-forms copied to clipboard

Add radioLabelComponent and checkboxLabelComponent props

Open danielweinmann opened this issue 2 years ago • 0 comments

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.

danielweinmann avatar Dec 02 '22 13:12 danielweinmann