RadioBox & RadioGroup

This commit is contained in:
galister
2026-01-03 16:14:29 +09:00
parent 96cbc5af78
commit 648e9ae219
8 changed files with 311 additions and 15 deletions

View File

@@ -322,10 +322,48 @@ _Translated by key_
`box_size`: **float** (default: 24)
`value`: **string**
_optional value that will be sent with internal events_
`checked`: **int** (default: 0)
---
## 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.
---
# Examples
## Simple layout