Skip to content

Instantly share code, notes, and snippets.

View ahmedtarek-ios's full-sized avatar
😈
...👿

Ahmed Tarek ahmedtarek-ios

😈
...👿
  • Awfar Inc.
  • Maadi, Cairo, Egypt
View GitHub Profile
@ahmedtarek-ios
ahmedtarek-ios / CheckBox.swift
Last active October 11, 2025 10:05
Animated Check Box
//
// CheckBox.swift
//
// Created by Ahmed Tarek on 31/07/2025.
//
import SwiftUI
struct CheckBoxView<Content: View>: View {
@Binding var showCheckmark: Bool