functions

NewRadioGroup
Edited: Sunday 25 January 2026

NewRadioGroup

Category: Components
File: form.go
Package: ui

Signature

1func NewRadioGroup(count int) *RadioGroup

Description

NewRadioGroup creates a new radio button group with the specified number of options

Examples

NewRadioGroup

1{
2	rg := NewRadioGroup(3)
3	_ = rg
4}

Example Output


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

Backlinks