functions

RadioButtonIcon
Edited: Sunday 25 January 2026

RadioButtonIcon

Category: Components
File: form.go
Package: ui

Signature

1func RadioButtonIcon(selected bool) W

Description

RadioButtonIcon renders the radio button visual indicator

Examples

RadioButtonIcon

1{
2	_ = RadioButtonIcon(true)
3}

Example Output


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

Backlinks