RadioBox & RadioGroup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user