From 09694b64a15d79a2cb5bfcaf6e736a3d25ba293b Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 7 Jan 2026 09:17:25 +0100 Subject: [PATCH] fix: Use SecuBox cyber-checkbox class for collection checkboxes (v0.6.0-r8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix invisible checkboxes using SecuBox theme structure: - Wrap checkbox inputs with .cyber-checkbox label class - Update wizard.css to style .cyber-checkbox properly - Use theme's native checkbox styling from forms.css - Add !important to override theme defaults where needed Issue: Checkboxes still not visible after inline styles Root Cause: SecuBox theme requires .cyber-checkbox wrapper class Solution: Restructure HTML to match theme's checkbox pattern Structure Change: OLD: