RadioBox component#

<RadioBox>#

A radio-box with label.#

Parameters#

text: string

Simple text

translation: string

Translated by key

box_size: float (default: 24)

value: string

optional value that will be set as the RadioGroup’s value

checked: int (default: 0)

RadioGroup component#

<RadioGroup>#

A radio group. Place <RadioBox> components inside this.#

Tabs component#

<Tabs>#

A tab bar component#

Parameters#

id: string

Unique identifier for the tab group

Only <Tab> components should be placed inside <Tabs>.