---
title: "August 2025 - v0.91.0"
description: "Release notes for v0.91.0."
date: 2025-08-20
---

### Added

- Form attribute support: Added `form` attribute to all form-enabled components (Button, Checkbox, Input, InputOTP, Radio, Textarea, TagsInput, Rating, DatePicker, TimePicker, SelectBox, Switch) — thanks @glsubri 🎉
- Switch (formerly Toggle): Renamed `Toggle` → `Switch` for semantic clarity and closer alignment with shadcn/ui. Restyled smaller & cleaner.

### Changed

- General cleanup & simplifications across form showcases.
- Multiple `go fmt` formatting passes on form components.

### Removed

- Checkbox Card & Radio Card: Removed redundant components → use Checkbox/Radio directly. Showcases simplified and made more readable.

### Fixed

- Tags Input: Props are now optional (consistent with other form components).
- Switch/Checkbox submission: Fixed behavior for form submission values.

Released in [v0.91.0](https://github.com/axadrn/shadcn-templ/releases/tag/v0.91.0).
