littleshop/LittleShop/Areas/Admin
SysAdmin 33cd7bddbc Fix: Checkbox value binding for IsActive field
Fixed checkbox to send proper boolean values:
- Added value="true" to checkbox input
- Added hidden field with value="false" for unchecked state
- When unchecked: sends "false" from hidden field
- When checked: sends "true" from checkbox (overrides hidden field)

This follows standard ASP.NET checkbox binding pattern.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 13:36:45 +01:00
..
Components/Products Refactor payment verification to manual workflow and add comprehensive cleanup tools 2025-09-25 19:29:00 +01:00
Controllers Refactor: Streamline product management UI and enhance PWA behavior 2025-10-02 14:35:52 +01:00
Views Fix: Checkbox value binding for IsActive field 2025-10-03 13:36:45 +01:00