From c4c0bc12dc7db2d3400295f74c0658f0cb8d4ec1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 29 Nov 2020 11:16:53 -0800 Subject: [PATCH] Update readme with 1.0.7 additions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12bf53c..873f35b 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,9 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | 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 |

| +| IntegerField |

| +| DecimalField |

| +| Slider |

|