moai
moai copied to clipboard
Feat: Checkbox should extend built-in props
Continue of #160
Should be like #239 but for Checkbox
Well this turns out to be harder than I think. The problem is we are heavily using an internal ref at Checkbox to support the "indeterminate" prop, which is quite wrong IMO. However, removing support for this would be a breaking change..