functions
RadioButton| modified | Sunday 25 January 2026 |
|---|
Category: Components
File: form.go
Package: ui
1func RadioButton(label string, selected bool, btn *Clickable) W
RadioButton renders a single radio button with label
1{
2 btn := &Clickable{}
3 _ = RadioButton("Option A", true, btn)
4}

This documentation is auto-generated. To update, run make docs