Clean up checkbox

This commit is contained in:
Owen
2025-08-13 12:13:47 -07:00
parent 50fc2fc74e
commit 16e876ab68

View File

@@ -880,6 +880,7 @@ WantedBy=default.target`
<div className="flex items-center space-x-2 mb-4"> <div className="flex items-center space-x-2 mb-4">
<CheckboxWithLabel <CheckboxWithLabel
id="acceptClients" id="acceptClients"
aria-describedby="acceptClients-desc"
checked={acceptClients} checked={acceptClients}
onCheckedChange={( onCheckedChange={(
checked checked
@@ -913,14 +914,11 @@ WantedBy=default.target`
"siteAcceptClientConnections" "siteAcceptClientConnections"
)} )}
/> />
<label
htmlFor="acceptClients"
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
>
{}
</label>
</div> </div>
<p className="text-sm text-muted-foreground mb-4"> <p
id="acceptClients-desc"
className="text-sm text-muted-foreground mb-4"
>
{t( {t(
"siteAcceptClientConnectionsDescription" "siteAcceptClientConnectionsDescription"
)} )}