Skip to main content
Glama
RadioButton.swift419 B
// // RadioButton.swift // Playground // // Created by José Antonio Arellano Mendoza on 23/07/25. // import SwiftUI struct RadioButton: View { @Binding var isOn: Bool var body: some View { Image(systemName: isOn ? "largecircle.fill.circle" : "circle") .foregroundColor(isOn ? .blue : .gray) .font(.title3) .onTapGesture { isOn.toggle() } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zillow/auto-mobile'

If you have feedback or need assistance with the MCP directory API, please join our Discord server