React
Checkbox and radio select cards with labels, descriptions, icons, suffix marks, footers, columns, and controlled state.

Component
Bordered checkbox and radio option cards for selecting one or more options.
import { CheckSelectBoxGroup, CheckSelectBox, CheckSelectBoxCheckmark, RadioSelectBoxRoot, RadioSelectBoxItem, RadioSelectBoxRadiomark } from "@hozorica/hods-react/select-box";import { CheckSelectBoxGroup, CheckSelectBox, CheckSelectBoxCheckmark, RadioSelectBoxRoot, RadioSelectBoxItem, RadioSelectBoxRadiomark } from "@hozorica/hods-react-native/select-box";ReactNodeOption content.ReactNodeOption slots.booleanCheckSelectBox state.stringRadioSelectBox state.functionSelection change callbacks.numberGroup grid column count.when-selected | when-not-selected | alwaysControls footer display.booleanValidation and interaction states.Checkbox and radio select cards with labels, descriptions, icons, suffix marks, footers, columns, and controlled state.
Pressable checkbox and radio cards with matching visible API.
<CheckSelectBoxGroup><CheckSelectBox label="Apple" suffix={<CheckSelectBoxCheckmark />} /></CheckSelectBoxGroup>