RadioCard

Props

Name
Type
Default
Description
value*
string
The controlled value.
title*
string
Renders a title.
autoFocus
bool
Sets autoFocus.
bg
string
children
node
Shown when RadioCard is checked.
description
string
Additional description information display beneath the input.
disabled
bool
Sets disabled.
hint
string
A hint.
image
string
Path to an image to be rendered. Takes precedence over
hint
.
noControl
bool
Hides the control icon.

Examples

With control

With description

With children (can be any element)

Without control

Looking like SmallCard

Without control - with description

Without control and with image

Horizontal

Horizontal - take up all the space