Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm using the CheckBox control and want to set the "required" attribute on the underlying input element, however if I try setting it by passing in htmlAttributes it ends up getting set by the control on the wrapper div instead of the input element.
I wasn't sure about submitting this as a bug - it feels like the "required" attribute ought to be supported being set.
From looking through the code in check-box.ts I think to fix this would just need 'required' being added to the list of attributes in the containerAttr const.