From b817e23a19122789ef860cfd41f3270d7e0762fe Mon Sep 17 00:00:00 2001 From: conradhilley Date: Sat, 18 Jan 2020 16:27:46 -0800 Subject: [PATCH] Add ColourChooser to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0464ef5..b34b1bf 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | PasswordField |

| | Listbox | ![image](https://github.com/chriskiehl/GooeyImages/raw/images/readme-images/31590191-fadd06f2-b1c0-11e7-9a49-7cbf0c6d33d1.png) | | BlockCheckbox | ![image](https://github.com/chriskiehl/GooeyImages/raw/images/readme-images/46922288-9296f200-cfbb-11e8-8b0d-ddde08064247.png)
The default InlineCheck box can look less than ideal if a large help text block is present. `BlockCheckbox` moves the text block to the normal position and provides a short-form `block_label` for display next to the control. Use `gooey_options.checkbox_label` to control the label text | - +| ColourChooser                                             |

|