Closed hibachrach closed 4 years ago
The check_box method doesn't wrap the inputs in a span. This can cause issues when using labels as custom checkboxes using CSS as the structuring of the DOM is important.
check_box
input
label
Great change! Thanks for submitting it.
Thank you so much for responding so quickly!
Would it be at all possible to get a release on npm/yarn for this?
You bet! 0.1.0-beta.17 has been published to npm.
0.1.0-beta.17
npm
The
check_box
method doesn't wrap theinput
s in a span. This can cause issues when usinglabel
s as custom checkboxes using CSS as the structuring of the DOM is important.