iconify switch icon statt checkbox
This commit is contained in:
@@ -148,10 +148,11 @@ function EinAusgaenge() {
|
||||
</td>
|
||||
<td className="px-2 py-1">{output.description}</td>
|
||||
<td className="px-2 py-1">
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={output.toggle}
|
||||
className="w-5 h-5"
|
||||
<Icon
|
||||
icon="ion:switch"
|
||||
className={`text-2xl ${
|
||||
output.toggle ? "text-blue-500" : "text-gray-500"
|
||||
}`}
|
||||
/>
|
||||
</td>
|
||||
<td className="px-2 py-1">
|
||||
|
||||
Reference in New Issue
Block a user