# 🚀 Release Note – TinyHtmlElems Update ✨

This update addresses missing element mappings within the `TinyHtmlElems` class. The following input element classes, which were previously implemented but not exposed through the static interface, have now been properly added:

### ✅ Newly Added Static Element Bindings

* `static CheckboxInput = TinyHtmlCheckboxInput;` 🟩
* `static RadioInput = TinyHtmlRadioInput;` 🔘

### 📅 Additional Date & Time Input Types

* `static DateInput = TinyHtmlDateInput;` 📆
* `static DateTimeInput = TinyHtmlDateTimeInput;` 🕘
* `static MonthInput = TinyHtmlMonthInput;` 🗓️
* `static TimeInput = TinyHtmlTimeInput;` ⏱️
* `static WeekInput = TinyHtmlWeekInput;` 🗓️➕

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.4...1.24.5
