Problems when render checkbox from UI #2357
paulocoutinhox
started this conversation in
General
Replies: 1 comment 1 reply
-
It is not a bug, because it is being used incorrectly.
You're using this signature of CheckBox:
So, you're passing There is another
You may need to create custom UI component for the way that you want to use it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have problems when render checkbox from UI.
I buy these two images:
But when i use it for my checkbox and i select/click the checkbox it render the selected image with unselected image under it. See:
My code:
What im doing wrong or it is a bug?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions