Add loading prop to Checkbox #6818
juliusn
started this conversation in
Feature requests
Replies: 1 comment
-
Hi! I also think this prop would be usefull. I would love to implement this feature! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
<Checkbox>
component could use similarloading
prop as in<Button>
for cases where the value is controlled and you need to complete a request before setting the value. Using thedisabled
prop is not as informative as, e.g. a spinning animation. There may be other input components for which the same feature could be added as well.Beta Was this translation helpful? Give feedback.
All reactions