From 209c3588269918c13a029653f8fa851fce66898f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 7 Nov 2020 17:19:10 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb97d23..12bf53c 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,9 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | 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                                             |

| +| FilterableDropdown |

| + +