PromucFlow_constructor/app/client/src/widgets/CheckboxGroupWidget
Arjoban Singh 320c72ad4d
fix: resolve issue of inconsistent color of select all label in disabled state. (#20046)
This `SelectAll` component was using `isDisabled` prop internally, but
the disabled state was passed in `disabled` prop. Although the internal
`ChecboxLabel` component is using disabled prop, so to make
`SelectAll`'s disabled prop name consistent, I used `disabled` prop,
rather than `isDisabled`.
2023-01-27 12:18:37 +05:30
..
component fix: resolve issue of inconsistent color of select all label in disabled state. (#20046) 2023-01-27 12:18:37 +05:30
widget fix: Checkbox group widget fails to display the updated values (#19504) 2023-01-20 11:53:50 +05:30
constants.ts feat: Checkbox group should have a select all option (#8744) 2022-01-11 21:26:50 +08:00
icon.svg feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
index.ts fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30