Radio

Radio proton for forms.

RadioBosons

Error
Is there any error.
type: bool
default: false
Attrs
Sets attributes in the html tag.
type: gopress.Attrs

Examples

Standard radio
default
error
disabled
 1// Default radio
 2@protons.Radio(&protons.RadioBosons{})
 3
 4// Radio with error
 5@protons.Radio(&protons.RadioBosons{Error: true})
 6
 7// Disabled Radio 
 8@protons.Radio(&protons.RadioBosons{Attrs: gopress.Attrs{
 9  "disabled": "",
10}})

Let's dive deeper and connect!

Gopress is brought to you by Pay For Done. We specialize in crafting products and services rooted in design systems. Join our community to discuss how we can support you.


© 2024 Pay For Done. All Rights Reserved. Website compliant with W3C validation.